Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions android/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,8 @@ android {
applicationId "com.mendix.developerapp.mx10"
minSdkVersion rootProject.minSdkVersion
targetSdkVersion rootProject.targetSdkVersion
versionCode 623
versionName "11.11.0"
versionCode 624
versionName "11.12.0"
missingDimensionStrategy "react-native-camera", "general"
testBuildType System.getProperty("testBuildType", "debug")
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
Expand Down
2 changes: 1 addition & 1 deletion ios/Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3461,6 +3461,6 @@ SPEC CHECKSUMS:
VisionCamera: 7187b3dac1ff3071234ead959ce311875748e14f
Yoga: c0b3f2c7e8d3e327e450223a2414ca3fa296b9a2

PODFILE CHECKSUM: 82c9cfbd7db4666e2b937d7c62e7ff7cd5466d02
PODFILE CHECKSUM: 3ac57498e7a5b50e63c45224f2a40431ea916f8c

COCOAPODS: 1.16.2
12 changes: 6 additions & 6 deletions ios/developerapp.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -710,7 +710,7 @@
CODE_SIGN_ENTITLEMENTS = DeveloperApp/DeveloperApp.entitlements;
CODE_SIGN_IDENTITY = "Apple Development";
CODE_SIGN_STYLE = Automatic;
CURRENT_PROJECT_VERSION = 623;
CURRENT_PROJECT_VERSION = 624;
DEAD_CODE_STRIPPING = YES;
DEVELOPMENT_TEAM = BC32QNM6AD;
ENABLE_BITCODE = NO;
Expand Down Expand Up @@ -744,7 +744,7 @@
"$(inherited)",
"$(PROJECT_DIR)",
);
MARKETING_VERSION = 11.11.0;
MARKETING_VERSION = 11.12.0;
OTHER_LDFLAGS = (
"$(inherited)",
"-ObjC",
Expand Down Expand Up @@ -773,7 +773,7 @@
CODE_SIGN_ENTITLEMENTS = DeveloperApp/DeveloperApp.entitlements;
CODE_SIGN_IDENTITY = "Apple Development";
CODE_SIGN_STYLE = Automatic;
CURRENT_PROJECT_VERSION = 623;
CURRENT_PROJECT_VERSION = 624;
DEVELOPMENT_TEAM = BC32QNM6AD;
ENABLE_BITCODE = NO;
ENABLE_NS_ASSERTIONS = YES;
Expand Down Expand Up @@ -806,7 +806,7 @@
"$(inherited)",
"$(PROJECT_DIR)",
);
MARKETING_VERSION = 11.11.0;
MARKETING_VERSION = 11.12.0;
OTHER_LDFLAGS = (
"$(inherited)",
"-ObjC",
Expand Down Expand Up @@ -1051,7 +1051,7 @@
CODE_SIGN_ENTITLEMENTS = DeveloperApp/DeveloperApp.entitlements;
CODE_SIGN_IDENTITY = "Apple Development";
CODE_SIGN_STYLE = Automatic;
CURRENT_PROJECT_VERSION = 623;
CURRENT_PROJECT_VERSION = 624;
DEVELOPMENT_TEAM = BC32QNM6AD;
ENABLE_BITCODE = NO;
ENABLE_NS_ASSERTIONS = YES;
Expand Down Expand Up @@ -1089,7 +1089,7 @@
"$(inherited)",
"$(PROJECT_DIR)",
);
MARKETING_VERSION = 11.11.0;
MARKETING_VERSION = 11.12.0;
OTHER_LDFLAGS = (
"$(inherited)",
"-ObjC",
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
"version": "1.0.0",
"license": "Apache-2.0",
"store-versions": {
"google-play": "11.11.0",
"apple-store": "11.11.0"
"google-play": "11.12.0",
"apple-store": "11.12.0"
},
"private": true,
"scripts": {
Expand Down