Skip to content

Commit c9e082c

Browse files
Merge pull request #189 from mendix/release-10.24.7
Release v10.24.7
2 parents 669c8e7 + 7907c74 commit c9e082c

2 files changed

Lines changed: 8 additions & 8 deletions

File tree

android/app/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,8 @@ android {
3333
applicationId "com.mendix.developerapp.mx10"
3434
minSdkVersion rootProject.minSdkVersion
3535
targetSdkVersion rootProject.targetSdkVersion
36-
versionCode 522
37-
versionName "10.24.6"
36+
versionCode 523
37+
versionName "10.24.7"
3838
missingDimensionStrategy "react-native-camera", "general"
3939
testBuildType System.getProperty("testBuildType", "debug")
4040
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"

ios/developerapp.xcodeproj/project.pbxproj

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -770,7 +770,7 @@
770770
CODE_SIGN_ENTITLEMENTS = DeveloperApp/DeveloperApp.entitlements;
771771
CODE_SIGN_IDENTITY = "Apple Development";
772772
CODE_SIGN_STYLE = Automatic;
773-
CURRENT_PROJECT_VERSION = 522;
773+
CURRENT_PROJECT_VERSION = 524;
774774
DEAD_CODE_STRIPPING = YES;
775775
DEVELOPMENT_TEAM = BC32QNM6AD;
776776
ENABLE_BITCODE = NO;
@@ -807,7 +807,7 @@
807807
"$(PROJECT_DIR)",
808808
"${SRCROOT}/../node_modules/@mendix/native/ios",
809809
);
810-
MARKETING_VERSION = 10.24.6;
810+
MARKETING_VERSION = 10.24.7;
811811
OTHER_LDFLAGS = (
812812
"$(inherited)",
813813
"-ObjC",
@@ -836,7 +836,7 @@
836836
CODE_SIGN_ENTITLEMENTS = DeveloperApp/DeveloperApp.entitlements;
837837
CODE_SIGN_IDENTITY = "Apple Development";
838838
CODE_SIGN_STYLE = Automatic;
839-
CURRENT_PROJECT_VERSION = 522;
839+
CURRENT_PROJECT_VERSION = 524;
840840
DEVELOPMENT_TEAM = BC32QNM6AD;
841841
ENABLE_BITCODE = NO;
842842
ENABLE_NS_ASSERTIONS = YES;
@@ -872,7 +872,7 @@
872872
"$(PROJECT_DIR)",
873873
"${SRCROOT}/../node_modules/@mendix/native/ios",
874874
);
875-
MARKETING_VERSION = 10.24.6;
875+
MARKETING_VERSION = 10.24.7;
876876
OTHER_LDFLAGS = (
877877
"$(inherited)",
878878
"-ObjC",
@@ -1096,7 +1096,7 @@
10961096
CODE_SIGN_ENTITLEMENTS = DeveloperApp/DeveloperApp.entitlements;
10971097
CODE_SIGN_IDENTITY = "Apple Development";
10981098
CODE_SIGN_STYLE = Automatic;
1099-
CURRENT_PROJECT_VERSION = 522;
1099+
CURRENT_PROJECT_VERSION = 524;
11001100
DEVELOPMENT_TEAM = BC32QNM6AD;
11011101
ENABLE_BITCODE = NO;
11021102
ENABLE_NS_ASSERTIONS = YES;
@@ -1137,7 +1137,7 @@
11371137
"$(PROJECT_DIR)",
11381138
"${SRCROOT}/../node_modules/@mendix/native/ios",
11391139
);
1140-
MARKETING_VERSION = 10.24.6;
1140+
MARKETING_VERSION = 10.24.7;
11411141
OTHER_LDFLAGS = (
11421142
"$(inherited)",
11431143
"-ObjC",

0 commit comments

Comments
 (0)