File tree Expand file tree Collapse file tree 4 files changed +7
-7
lines changed
Expand file tree Collapse file tree 4 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -162,7 +162,7 @@ android {
162162 minSdkVersion isDetoxTestBuild ? 18 : rootProject. ext. minSdkVersion
163163 targetSdkVersion rootProject. ext. targetSdkVersion
164164 versionCode appVersionCode
165- versionName " 1.14.2 "
165+ versionName " 1.14.3 "
166166 multiDexEnabled true
167167 testBuildType System . getProperty(' testBuildType' , ' debug' )
168168 testInstrumentationRunner " androidx.test.runner.AndroidJUnitRunner"
Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ CELO_RELEASE_KEY_ALIAS=celo-key-alias
2323
2424# Setting this manually based on version number until we have this deploying via Cloud Build
2525# Example: v1.5.1 deployment number 1 = 1005001001 (1 005 001 001)
26- VERSION_CODE =1000100050
26+ VERSION_CODE =1000100051
2727# AndroidX package structure to make it clearer which packages are bundled with the
2828# Android operating system, and which are packaged with your app's APK
2929# https://developer.android.com/topic/libraries/support-library/androidx-rn
Original file line number Diff line number Diff line change 902902 CLANG_ALLOW_NON_MODULAR_INCLUDES_IN_FRAMEWORK_MODULES = YES;
903903 CLANG_ENABLE_MODULES = YES;
904904 CODE_SIGN_ENTITLEMENTS = celo/celo.entitlements;
905- CURRENT_PROJECT_VERSION = 61 ;
905+ CURRENT_PROJECT_VERSION = 62 ;
906906 DEAD_CODE_STRIPPING = NO;
907907 DEVELOPMENT_TEAM = HDPUB8C3KG;
908908 HEADER_SEARCH_PATHS = "$(inherited)";
912912 "$(inherited)",
913913 "$(PROJECT_DIR)",
914914 );
915- MARKETING_VERSION = 1.14.2 ;
915+ MARKETING_VERSION = 1.14.3 ;
916916 OTHER_LDFLAGS = (
917917 "$(inherited)",
918918 "-ObjC",
936936 CLANG_ALLOW_NON_MODULAR_INCLUDES_IN_FRAMEWORK_MODULES = YES;
937937 CLANG_ENABLE_MODULES = YES;
938938 CODE_SIGN_ENTITLEMENTS = celo/celo.entitlements;
939- CURRENT_PROJECT_VERSION = 61 ;
939+ CURRENT_PROJECT_VERSION = 62 ;
940940 DEVELOPMENT_TEAM = HDPUB8C3KG;
941941 HEADER_SEARCH_PATHS = "$(inherited)";
942942 INFOPLIST_FILE = celo/Info.plist;
945945 "$(inherited)",
946946 "$(PROJECT_DIR)",
947947 );
948- MARKETING_VERSION = 1.14.2 ;
948+ MARKETING_VERSION = 1.14.3 ;
949949 OTHER_LDFLAGS = (
950950 "$(inherited)",
951951 "-ObjC",
Original file line number Diff line number Diff line change 11{
22 "name" : " @celo/mobile" ,
3- "version" : " 1.14.2 " ,
3+ "version" : " 1.14.3 " ,
44 "author" : " Celo" ,
55 "license" : " Apache-2.0" ,
66 "private" : true ,
You can’t perform that action at this time.
0 commit comments