Skip to content

Commit

Permalink
Bumping Valora version number + license screen (#5420)
Browse files Browse the repository at this point in the history
### Description
Updating master branch to reflect the final 1.2 release version and build numbers. Also updates the licenses screen.

### Other changes
N/A

### Tested
N/A

### Related issues
N/A

### Backwards compatibility
Yes
  • Loading branch information
tarikbellamine authored Oct 16, 2020
1 parent 73e056f commit af924f3
Show file tree
Hide file tree
Showing 3 changed files with 636 additions and 450 deletions.
2 changes: 1 addition & 1 deletion packages/mobile/android/gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ CELO_RELEASE_KEY_ALIAS=celo-key-alias

# Setting this manually based on version number until we have this deploying via Cloud Build
# Example: v1.5.1 deployment number 1 = 1005001001 (1 005 001 001)
VERSION_CODE=1000100007
VERSION_CODE=1000100010
# AndroidX package structure to make it clearer which packages are bundled with the
# Android operating system, and which are packaged with your app's APK
# https://developer.android.com/topic/libraries/support-library/androidx-rn
Expand Down
4 changes: 2 additions & 2 deletions packages/mobile/ios/celo.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -849,7 +849,7 @@
CLANG_ALLOW_NON_MODULAR_INCLUDES_IN_FRAMEWORK_MODULES = YES;
CLANG_ENABLE_MODULES = YES;
CODE_SIGN_ENTITLEMENTS = celo/celo.entitlements;
CURRENT_PROJECT_VERSION = 23;
CURRENT_PROJECT_VERSION = 26;
DEAD_CODE_STRIPPING = NO;
DEVELOPMENT_TEAM = HDPUB8C3KG;
HEADER_SEARCH_PATHS = "$(inherited)";
Expand Down Expand Up @@ -883,7 +883,7 @@
CLANG_ALLOW_NON_MODULAR_INCLUDES_IN_FRAMEWORK_MODULES = YES;
CLANG_ENABLE_MODULES = YES;
CODE_SIGN_ENTITLEMENTS = celo/celo.entitlements;
CURRENT_PROJECT_VERSION = 23;
CURRENT_PROJECT_VERSION = 26;
DEVELOPMENT_TEAM = HDPUB8C3KG;
HEADER_SEARCH_PATHS = "$(inherited)";
INFOPLIST_FILE = celo/Info.plist;
Expand Down
Loading

0 comments on commit af924f3

Please sign in to comment.