Skip to content

Commit bab62e1

Browse files
committed
bump up versions for Studio Pro 11.11
1 parent 88379ac commit bab62e1

4 files changed

Lines changed: 12 additions & 12 deletions

File tree

android/app/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,8 +46,8 @@ android {
4646
applicationId "com.mendix.developerapp.mx10"
4747
minSdkVersion rootProject.minSdkVersion
4848
targetSdkVersion rootProject.targetSdkVersion
49-
versionCode 619
50-
versionName "11.9.0"
49+
versionCode 622
50+
versionName "11.11.0"
5151
missingDimensionStrategy "react-native-camera", "general"
5252
testBuildType System.getProperty("testBuildType", "debug")
5353
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"

ios/Podfile.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4246,7 +4246,7 @@ SPEC CHECKSUMS:
42464246
GoogleDataTransport: 6c09b596d841063d76d4288cc2d2f42cc36e1e2a
42474247
GoogleMaps: 8939898920281c649150e0af74aa291c60f2e77d
42484248
GoogleUtilities: ea963c370a38a8069cc5f7ba4ca849a60b6d7d15
4249-
hermes-engine: 9f6d216d03a4100ed243774d56948a93afc5bae1
4249+
hermes-engine: 166613ab57f3dde1bf3f24c60212b66a1d585f8b
42504250
IQKeyboardManager: c8665b3396bd0b79402b4c573eac345a31c7d485
42514251
libwebp: 02b23773aedb6ff1fd38cec7a77b81414c6842a8
42524252
MendixNative: 2499d1796c68bc9bfc3ebecc5bf91b0a28c13ef1

ios/developerapp.xcodeproj/project.pbxproj

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -710,7 +710,7 @@
710710
CODE_SIGN_ENTITLEMENTS = DeveloperApp/DeveloperApp.entitlements;
711711
CODE_SIGN_IDENTITY = "Apple Development";
712712
CODE_SIGN_STYLE = Automatic;
713-
CURRENT_PROJECT_VERSION = 619;
713+
CURRENT_PROJECT_VERSION = 622;
714714
DEAD_CODE_STRIPPING = YES;
715715
DEVELOPMENT_TEAM = BC32QNM6AD;
716716
ENABLE_BITCODE = NO;
@@ -744,7 +744,7 @@
744744
"$(inherited)",
745745
"$(PROJECT_DIR)",
746746
);
747-
MARKETING_VERSION = 11.9.0;
747+
MARKETING_VERSION = 11.11.0;
748748
OTHER_LDFLAGS = (
749749
"$(inherited)",
750750
"-ObjC",
@@ -773,7 +773,7 @@
773773
CODE_SIGN_ENTITLEMENTS = DeveloperApp/DeveloperApp.entitlements;
774774
CODE_SIGN_IDENTITY = "Apple Development";
775775
CODE_SIGN_STYLE = Automatic;
776-
CURRENT_PROJECT_VERSION = 619;
776+
CURRENT_PROJECT_VERSION = 622;
777777
DEVELOPMENT_TEAM = BC32QNM6AD;
778778
ENABLE_BITCODE = NO;
779779
ENABLE_NS_ASSERTIONS = YES;
@@ -806,7 +806,7 @@
806806
"$(inherited)",
807807
"$(PROJECT_DIR)",
808808
);
809-
MARKETING_VERSION = 11.9.0;
809+
MARKETING_VERSION = 11.11.0;
810810
OTHER_LDFLAGS = (
811811
"$(inherited)",
812812
"-ObjC",
@@ -980,7 +980,7 @@
980980
CODE_SIGN_ENTITLEMENTS = DeveloperApp/DeveloperApp.entitlements;
981981
CODE_SIGN_IDENTITY = "Apple Development";
982982
CODE_SIGN_STYLE = Automatic;
983-
CURRENT_PROJECT_VERSION = 619;
983+
CURRENT_PROJECT_VERSION = 622;
984984
DEVELOPMENT_TEAM = BC32QNM6AD;
985985
ENABLE_BITCODE = NO;
986986
ENABLE_NS_ASSERTIONS = YES;
@@ -1018,7 +1018,7 @@
10181018
"$(inherited)",
10191019
"$(PROJECT_DIR)",
10201020
);
1021-
MARKETING_VERSION = 11.9.0;
1021+
MARKETING_VERSION = 11.11.0;
10221022
OTHER_LDFLAGS = (
10231023
"$(inherited)",
10241024
"-ObjC",
@@ -1056,7 +1056,7 @@
10561056
83CBBA211A601CBA00E9B192 /* ReleaseDevToolsEnabled */,
10571057
);
10581058
defaultConfigurationIsVisible = 0;
1059-
defaultConfigurationName = Release;
1059+
defaultConfigurationName = Debug;
10601060
};
10611061
/* End XCConfigurationList section */
10621062

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
"version": "1.0.0",
44
"license": "Apache-2.0",
55
"store-versions": {
6-
"google-play": "11.9.0",
7-
"apple-store": "11.9.0"
6+
"google-play": "11.11.0",
7+
"apple-store": "11.11.0"
88
},
99
"private": true,
1010
"scripts": {

0 commit comments

Comments
 (0)