Skip to content

Commit

Permalink
feat: updates build version to 1.1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
ThalesBMC committed Jan 16, 2024
1 parent cf03c14 commit a4f72fb
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
10 changes: 5 additions & 5 deletions app/android/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ android {
applicationId "io.paliwallet"
minSdkVersion rootProject.ext.minSdkVersion
targetSdkVersion rootProject.ext.targetSdkVersion
versionCode 29
versionCode 30
versionName "1.1.4"
multiDexEnabled true
missingDimensionStrategy "minReactNative", "minReactNative46"
Expand All @@ -77,10 +77,10 @@ android {

signingConfigs {
release {
storeFile file('paliwallet.keystore')
storePassword "paligangue"
keyAlias 'my-alias'
keyPassword "paligangue"
storeFile file('../GoPocket')
storePassword System.getenv("KEYSTORE_PASSWD")
keyAlias 'GoPocket'
keyPassword System.getenv("KEYSTORE_PASSWD")
}
debug {
storeFile file('debug.keystore')
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 @@ -630,7 +630,7 @@
CODE_SIGN_ENTITLEMENTS = PaliWallet/PaliWalletDebug.entitlements;
CODE_SIGN_IDENTITY = "Apple Development";
CODE_SIGN_STYLE = Automatic;
CURRENT_PROJECT_VERSION = 20;
CURRENT_PROJECT_VERSION = 21;
DEAD_CODE_STRIPPING = NO;
DEBUG_INFORMATION_FORMAT = dwarf;
DEVELOPMENT_TEAM = 6YCW295639;
Expand Down Expand Up @@ -665,7 +665,7 @@
"\"$(SRCROOT)/PaliWallet/System/Library/Frameworks\"",
);
LLVM_LTO = YES;
MARKETING_VERSION = 1.1.2;
MARKETING_VERSION = 1.1.4;
ONLY_ACTIVE_ARCH = YES;
OTHER_CFLAGS = (
"$(inherited)",
Expand Down Expand Up @@ -697,7 +697,7 @@
CODE_SIGN_ENTITLEMENTS = PaliWallet/PaliWallet.entitlements;
CODE_SIGN_IDENTITY = "Apple Development";
CODE_SIGN_STYLE = Automatic;
CURRENT_PROJECT_VERSION = 20;
CURRENT_PROJECT_VERSION = 21;
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
DEVELOPMENT_TEAM = 6YCW295639;
ENABLE_BITCODE = NO;
Expand Down Expand Up @@ -732,7 +732,7 @@
"\"$(SRCROOT)/PaliWallet/System/Library/Frameworks\"",
);
LLVM_LTO = YES;
MARKETING_VERSION = 1.1.2;
MARKETING_VERSION = 1.1.4;
ONLY_ACTIVE_ARCH = NO;
OTHER_CFLAGS = (
"$(inherited)",
Expand Down

0 comments on commit a4f72fb

Please sign in to comment.