Skip to content

Commit

Permalink
feat: updates build version
Browse files Browse the repository at this point in the history
  • Loading branch information
ThalesBMC committed Oct 23, 2023
1 parent c4661f4 commit 3e64bc7
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions app/android/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -51,8 +51,8 @@ android {
applicationId "io.paliwallet"
minSdkVersion rootProject.ext.minSdkVersion
targetSdkVersion rootProject.ext.targetSdkVersion
versionCode 21
versionName "1.0.9"
versionCode 22
versionName "1.1.0"
multiDexEnabled true
missingDimensionStrategy "minReactNative", "minReactNative46"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
Expand Down
8 changes: 4 additions & 4 deletions app/ios/PaliWallet.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -607,7 +607,7 @@
CODE_SIGN_ENTITLEMENTS = PaliWallet/PaliWalletDebug.entitlements;
CODE_SIGN_IDENTITY = "Apple Development";
CODE_SIGN_STYLE = Automatic;
CURRENT_PROJECT_VERSION = 15;
CURRENT_PROJECT_VERSION = 16;
DEAD_CODE_STRIPPING = NO;
DEBUG_INFORMATION_FORMAT = dwarf;
DEVELOPMENT_TEAM = 6YCW295639;
Expand Down Expand Up @@ -642,7 +642,7 @@
"\"$(SRCROOT)/PaliWallet/System/Library/Frameworks\"",
);
LLVM_LTO = YES;
MARKETING_VERSION = 1.0.9;
MARKETING_VERSION = 1.1.0;
ONLY_ACTIVE_ARCH = YES;
OTHER_CFLAGS = (
"$(inherited)",
Expand Down Expand Up @@ -674,7 +674,7 @@
CODE_SIGN_ENTITLEMENTS = PaliWallet/PaliWallet.entitlements;
CODE_SIGN_IDENTITY = "Apple Development";
CODE_SIGN_STYLE = Automatic;
CURRENT_PROJECT_VERSION = 15;
CURRENT_PROJECT_VERSION = 16;
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
DEVELOPMENT_TEAM = 6YCW295639;
ENABLE_BITCODE = NO;
Expand Down Expand Up @@ -709,7 +709,7 @@
"\"$(SRCROOT)/PaliWallet/System/Library/Frameworks\"",
);
LLVM_LTO = YES;
MARKETING_VERSION = 1.0.9;
MARKETING_VERSION = 1.1.0;
ONLY_ACTIVE_ARCH = NO;
OTHER_CFLAGS = (
"$(inherited)",
Expand Down

0 comments on commit 3e64bc7

Please sign in to comment.