Skip to content

Commit 0f1fc89

Browse files
Upgrade Version
1 parent 07d8514 commit 0f1fc89

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

Diff for: android/app/build.gradle

+2-2
Original file line numberDiff line numberDiff line change
@@ -104,8 +104,8 @@ android {
104104
applicationId "com.facethefacts"
105105
minSdkVersion rootProject.ext.minSdkVersion
106106
targetSdkVersion rootProject.ext.targetSdkVersion
107-
versionCode 22
108-
versionName "2.2"
107+
versionCode 23
108+
versionName "2.3"
109109
missingDimensionStrategy 'react-native-camera', 'mlkit'
110110
}
111111

Diff for: ios/FaceTheFacts.xcodeproj/project.pbxproj

+2-2
Original file line numberDiff line numberDiff line change
@@ -575,7 +575,7 @@
575575
CODE_SIGN_IDENTITY = "Apple Development";
576576
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Distribution";
577577
CODE_SIGN_STYLE = Manual;
578-
CURRENT_PROJECT_VERSION = 21;
578+
CURRENT_PROJECT_VERSION = 22;
579579
DEVELOPMENT_TEAM = 97A6Z6XG2Q;
580580
"DEVELOPMENT_TEAM[sdk=iphoneos*]" = 97A6Z6XG2Q;
581581
ENABLE_BITCODE = NO;
@@ -609,7 +609,7 @@
609609
CODE_SIGN_IDENTITY = "Apple Development";
610610
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Distribution";
611611
CODE_SIGN_STYLE = Manual;
612-
CURRENT_PROJECT_VERSION = 21;
612+
CURRENT_PROJECT_VERSION = 22;
613613
DEVELOPMENT_TEAM = "";
614614
"DEVELOPMENT_TEAM[sdk=iphoneos*]" = 97A6Z6XG2Q;
615615
INFOPLIST_FILE = FaceTheFacts/Info.plist;

0 commit comments

Comments
 (0)