Skip to content

Commit

Permalink
Updated build number
Browse files Browse the repository at this point in the history
  • Loading branch information
davidleomay committed Oct 14, 2024
1 parent 1195ec9 commit f7907ae
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
2 changes: 1 addition & 1 deletion android/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ android {
applicationId "swiss.dfx.bitcoin"
minSdkVersion rootProject.ext.minSdkVersion
targetSdkVersion rootProject.ext.targetSdkVersion
versionCode 19
versionCode 21
versionName "2.0.0"
testBuildType System.getProperty('testBuildType', 'debug')
testInstrumentationRunner 'androidx.test.runner.AndroidJUnitRunner'
Expand Down
4 changes: 4 additions & 0 deletions dfx-setup.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,10 @@ Yoga Issue
https://github.com/facebook/react-native/issues/36758
=> replace | with ||

### Local debugging
1. Start XCode
1. Run a config for a Rosetta-enabled simulator

### Change environment
touch node_modules/react-native-config/ios/ReactNativeConfig/BuildDotenvConfig.rb

Expand Down
4 changes: 2 additions & 2 deletions ios/BlueWallet.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -505,7 +505,7 @@
CODE_SIGN_ENTITLEMENTS = BlueWallet/BlueWallet.entitlements;
CODE_SIGN_IDENTITY = "Apple Development";
CODE_SIGN_STYLE = Automatic;
CURRENT_PROJECT_VERSION = 19;
CURRENT_PROJECT_VERSION = 21;
DEAD_CODE_STRIPPING = YES;
DEVELOPMENT_TEAM = Y4QBY6387T;
ENABLE_BITCODE = NO;
Expand Down Expand Up @@ -556,7 +556,7 @@
CODE_SIGN_ENTITLEMENTS = BlueWallet/BlueWalletRelease.entitlements;
CODE_SIGN_IDENTITY = "Apple Development";
CODE_SIGN_STYLE = Automatic;
CURRENT_PROJECT_VERSION = 19;
CURRENT_PROJECT_VERSION = 21;
DEAD_CODE_STRIPPING = YES;
DEVELOPMENT_TEAM = Y4QBY6387T;
ENABLE_BITCODE = NO;
Expand Down

0 comments on commit f7907ae

Please sign in to comment.