Skip to content

Commit cf03c14

Browse files
committed
feat: updates build version
1 parent 5cf0d46 commit cf03c14

File tree

2 files changed

+25
-10
lines changed

2 files changed

+25
-10
lines changed

app/android/app/build.gradle

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -52,8 +52,8 @@ android {
5252
applicationId "io.paliwallet"
5353
minSdkVersion rootProject.ext.minSdkVersion
5454
targetSdkVersion rootProject.ext.targetSdkVersion
55-
versionCode 28
56-
versionName "1.1.3"
55+
versionCode 29
56+
versionName "1.1.4"
5757
multiDexEnabled true
5858
missingDimensionStrategy "minReactNative", "minReactNative46"
5959
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
@@ -77,10 +77,10 @@ android {
7777

7878
signingConfigs {
7979
release {
80-
storeFile file('../GoPocket')
81-
storePassword System.getenv("KEYSTORE_PASSWD")
82-
keyAlias 'GoPocket'
83-
keyPassword System.getenv("KEYSTORE_PASSWD")
80+
storeFile file('paliwallet.keystore')
81+
storePassword "paligangue"
82+
keyAlias 'my-alias'
83+
keyPassword "paligangue"
8484
}
8585
debug {
8686
storeFile file('debug.keystore')

app/ios/PaliWallet.xcodeproj/project.pbxproj

Lines changed: 19 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -65,9 +65,16 @@
6565
isa = PBXContainerItemProxy;
6666
containerPortal = 4379F36F969347758D1A9F96 /* Lottie.xcodeproj */;
6767
proxyType = 1;
68-
remoteGlobalIDString = 62CA59B71E3C173B002D7188;
68+
remoteGlobalIDString = 486E83B1220A317C007CD915;
6969
remoteInfo = Lottie_iOS;
7070
};
71+
FFFC9AB42B55C3CC007644E2 /* PBXContainerItemProxy */ = {
72+
isa = PBXContainerItemProxy;
73+
containerPortal = 4379F36F969347758D1A9F96 /* Lottie.xcodeproj */;
74+
proxyType = 2;
75+
remoteGlobalIDString = 486E8675220A3751007CD915;
76+
remoteInfo = LottieLibraryMacOS;
77+
};
7178
/* End PBXContainerItemProxy section */
7279

7380
/* Begin PBXCopyFilesBuildPhase section */
@@ -187,9 +194,10 @@
187194
isa = PBXGroup;
188195
children = (
189196
15723E2D225FD0B800A5B418 /* Lottie.framework */,
190-
15723E2F225FD0B800A5B418 /* Lottie.framework */,
191197
15723E31225FD0B800A5B418 /* Lottie.framework */,
198+
15723E2F225FD0B800A5B418 /* Lottie.framework */,
192199
15723E33225FD0B800A5B418 /* libLottie.a */,
200+
FFFC9AB52B55C3CC007644E2 /* libLottie.a */,
193201
);
194202
name = Products;
195203
sourceTree = "<group>";
@@ -403,6 +411,13 @@
403411
remoteRef = 15723E32225FD0B800A5B418 /* PBXContainerItemProxy */;
404412
sourceTree = BUILT_PRODUCTS_DIR;
405413
};
414+
FFFC9AB52B55C3CC007644E2 /* libLottie.a */ = {
415+
isa = PBXReferenceProxy;
416+
fileType = archive.ar;
417+
path = libLottie.a;
418+
remoteRef = FFFC9AB42B55C3CC007644E2 /* PBXContainerItemProxy */;
419+
sourceTree = BUILT_PRODUCTS_DIR;
420+
};
406421
/* End PBXReferenceProxy section */
407422

408423
/* Begin PBXResourcesBuildPhase section */
@@ -615,7 +630,7 @@
615630
CODE_SIGN_ENTITLEMENTS = PaliWallet/PaliWalletDebug.entitlements;
616631
CODE_SIGN_IDENTITY = "Apple Development";
617632
CODE_SIGN_STYLE = Automatic;
618-
CURRENT_PROJECT_VERSION = 19;
633+
CURRENT_PROJECT_VERSION = 20;
619634
DEAD_CODE_STRIPPING = NO;
620635
DEBUG_INFORMATION_FORMAT = dwarf;
621636
DEVELOPMENT_TEAM = 6YCW295639;
@@ -682,7 +697,7 @@
682697
CODE_SIGN_ENTITLEMENTS = PaliWallet/PaliWallet.entitlements;
683698
CODE_SIGN_IDENTITY = "Apple Development";
684699
CODE_SIGN_STYLE = Automatic;
685-
CURRENT_PROJECT_VERSION = 19;
700+
CURRENT_PROJECT_VERSION = 20;
686701
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
687702
DEVELOPMENT_TEAM = 6YCW295639;
688703
ENABLE_BITCODE = NO;

0 commit comments

Comments
 (0)