Skip to content

Commit 2dcd182

Browse files
committed
Version bump
1 parent d111827 commit 2dcd182

5 files changed

Lines changed: 276 additions & 286 deletions

File tree

packages/mobile/android/app/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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"

packages/mobile/android/gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

packages/mobile/ios/celo.xcodeproj/project.pbxproj

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -906,7 +906,7 @@
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)";
@@ -916,7 +916,7 @@
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",
@@ -940,7 +940,7 @@
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;
@@ -949,7 +949,7 @@
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",

packages/mobile/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
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,

0 commit comments

Comments
 (0)