File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -162,7 +162,7 @@ android {
162162 minSdkVersion rootProject. ext. minSdkVersion
163163 targetSdkVersion rootProject. ext. targetSdkVersion
164164 versionCode appVersionCode
165- versionName " 1.18 .0"
165+ versionName " 1.19 .0"
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 =1000100063
26+ VERSION_CODE =1021071595
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 906906 CLANG_ALLOW_NON_MODULAR_INCLUDES_IN_FRAMEWORK_MODULES = YES;
907907 CLANG_ENABLE_MODULES = YES;
908908 CODE_SIGN_ENTITLEMENTS = celo/celo.entitlements;
909- CURRENT_PROJECT_VERSION = 72 ;
909+ CURRENT_PROJECT_VERSION = 76 ;
910910 DEAD_CODE_STRIPPING = NO;
911911 DEVELOPMENT_TEAM = HDPUB8C3KG;
912912 HEADER_SEARCH_PATHS = "$(inherited)";
916916 "$(inherited)",
917917 "$(PROJECT_DIR)",
918918 );
919- MARKETING_VERSION = 1.18 .0;
919+ MARKETING_VERSION = 1.19 .0;
920920 OTHER_LDFLAGS = (
921921 "$(inherited)",
922922 "-ObjC",
940940 CLANG_ALLOW_NON_MODULAR_INCLUDES_IN_FRAMEWORK_MODULES = YES;
941941 CLANG_ENABLE_MODULES = YES;
942942 CODE_SIGN_ENTITLEMENTS = celo/celo.entitlements;
943- CURRENT_PROJECT_VERSION = 72 ;
943+ CURRENT_PROJECT_VERSION = 76 ;
944944 DEVELOPMENT_TEAM = HDPUB8C3KG;
945945 HEADER_SEARCH_PATHS = "$(inherited)";
946946 INFOPLIST_FILE = celo/Info.plist;
949949 "$(inherited)",
950950 "$(PROJECT_DIR)",
951951 );
952- MARKETING_VERSION = 1.18 .0;
952+ MARKETING_VERSION = 1.19 .0;
953953 OTHER_LDFLAGS = (
954954 "$(inherited)",
955955 "-ObjC",
Original file line number Diff line number Diff line change 11{
22 "name" : " @celo/mobile" ,
3- "version" : " 1.18 .0" ,
3+ "version" : " 1.19 .0" ,
44 "author" : " Celo" ,
55 "license" : " Apache-2.0" ,
66 "private" : true ,
You can’t perform that action at this time.
0 commit comments