Skip to content

Commit db61488

Browse files
author
Quangdm-cdm
committed
Release version 1.2.30 (509)
1 parent ba51fed commit db61488

4 files changed

Lines changed: 19 additions & 16 deletions

File tree

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
## 1.2.30 (509)
2+
3+
14
## 1.2.30 (508)
25

36

android/app/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ android {
7777
applicationId "app.subwallet.mobile"
7878
minSdkVersion rootProject.ext.minSdkVersion
7979
targetSdkVersion rootProject.ext.targetSdkVersion
80-
versionCode 508
80+
versionCode 509
8181
versionName "1.2.30"
8282
missingDimensionStrategy 'react-native-camera', 'general'
8383
}

ios/SubWalletMobile.xcodeproj/project.pbxproj

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
13B07FC11A68108700A75B9A /* main.m in Sources */ = {isa = PBXBuildFile; fileRef = 13B07FB71A68108700A75B9A /* main.m */; };
1313
3531DD1C2BD8B25E0021D1DC /* PrivacyInfo.xcprivacy in Resources */ = {isa = PBXBuildFile; fileRef = 3531DD1B2BD8B25E0021D1DC /* PrivacyInfo.xcprivacy */; };
1414
354402E42CBE8391002D4A91 /* Web.bundle in Resources */ = {isa = PBXBuildFile; fileRef = 354622E32CBE8391002D4A91 /* Web.bundle */; };
15-
356508AD2C64FC7B00440F84 /* DevModeWeb.bundle in Resources */ = {isa = PBXBuildFile; fileRef = 356508AC2C64FC7B00462F84 /* DevModeWeb.bundle */; };
15+
356509AD2C64FC7B00440F84 /* DevModeWeb.bundle in Resources */ = {isa = PBXBuildFile; fileRef = 356509AC2C64FC7B00462F84 /* DevModeWeb.bundle */; };
1616
4627831F29CEA0080046230D /* fonts in Resources */ = {isa = PBXBuildFile; fileRef = 4627831E29CEA0080046230D /* fonts */; };
1717
462FCA172A72462100B46279 /* RCTMinimizer.m in Sources */ = {isa = PBXBuildFile; fileRef = 462FCA152A72462100B46279 /* RCTMinimizer.m */; };
1818
5FDA56E5ECDD706819BCAA3F /* BuildFile in Frameworks */ = {isa = PBXBuildFile; };
@@ -21,7 +21,7 @@
2121
D9DC9D264E0207A55573004A /* libPods-SubWalletMobile.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 7EFFEADAEF5FDCD85CA071C8 /* libPods-SubWalletMobile.a */; };
2222
F1554EF9292D4F5B00302F08 /* Images-2.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = F1554EF8292D4F5B00302F08 /* Images-2.xcassets */; };
2323
F1554EFC292D590F00302F08 /* Images-2.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = F1554EF8292D4F5B00302F08 /* Images-2.xcassets */; };
24-
F1F1508728C6028D004B2C94 /* PageJs.bundle in Resources */ = {isa = PBXBuildFile; fileRef = F1F1508628C6028D004B2C94 /* PageJs.bundle */; };
24+
F1F1509728C6028D004B2C94 /* PageJs.bundle in Resources */ = {isa = PBXBuildFile; fileRef = F1F1509628C6028D004B2C94 /* PageJs.bundle */; };
2525
/* End PBXBuildFile section */
2626

2727
/* Begin PBXContainerItemProxy section */
@@ -47,7 +47,7 @@
4747
257E37076AD839C519B2C80A /* Pods-SubWalletMobile-SubWalletMobileTests.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-SubWalletMobile-SubWalletMobileTests.release.xcconfig"; path = "Target Support Files/Pods-SubWalletMobile-SubWalletMobileTests/Pods-SubWalletMobile-SubWalletMobileTests.release.xcconfig"; sourceTree = "<group>"; };
4848
3531DD1B2BD8B25E0021D1DC /* PrivacyInfo.xcprivacy */ = {isa = PBXFileReference; lastKnownFileType = text.xml; path = PrivacyInfo.xcprivacy; sourceTree = "<group>"; };
4949
354622E32CBE8391002D4A91 /* Web.bundle */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.plug-in"; name = Web.bundle; path = ../html/Web.bundle; sourceTree = "<group>"; };
50-
356508AC2C64FC7B00462F84 /* DevModeWeb.bundle */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.plug-in"; name = DevModeWeb.bundle; path = ../html/DevModeWeb.bundle; sourceTree = "<group>"; };
50+
356509AC2C64FC7B00462F84 /* DevModeWeb.bundle */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.plug-in"; name = DevModeWeb.bundle; path = ../html/DevModeWeb.bundle; sourceTree = "<group>"; };
5151
3AEE6AF47E4FA3A7D89E75F1 /* libPods-SubWalletMobile-SubWalletMobileTests.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = "libPods-SubWalletMobile-SubWalletMobileTests.a"; sourceTree = BUILT_PRODUCTS_DIR; };
5252
4627831E29CEA0080046230D /* fonts */ = {isa = PBXFileReference; lastKnownFileType = folder; path = fonts; sourceTree = "<group>"; };
5353
462FCA152A72462100B46279 /* RCTMinimizer.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = RCTMinimizer.m; path = SubWalletMobile/NativeModules/RCTMinimizer/RCTMinimizer.m; sourceTree = "<group>"; };
@@ -57,9 +57,9 @@
5757
990CC4AB2A46246200AB6D8B /* SubWalletMobile.entitlements */ = {isa = PBXFileReference; lastKnownFileType = text.plist.entitlements; name = SubWalletMobile.entitlements; path = SubWalletMobile/SubWalletMobile.entitlements; sourceTree = "<group>"; };
5858
9B91FD81DCF67A21B2157A3B /* Pods-SubWalletMobile.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-SubWalletMobile.release.xcconfig"; path = "Target Support Files/Pods-SubWalletMobile/Pods-SubWalletMobile.release.xcconfig"; sourceTree = "<group>"; };
5959
E645CC2B418FA63D178FCD1E /* Pods-SubWalletMobile-SubWalletMobileTests.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-SubWalletMobile-SubWalletMobileTests.debug.xcconfig"; path = "Target Support Files/Pods-SubWalletMobile-SubWalletMobileTests/Pods-SubWalletMobile-SubWalletMobileTests.debug.xcconfig"; sourceTree = "<group>"; };
60-
ED3021.2.75081F000B7C4FE /* JavaScriptCore.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = JavaScriptCore.framework; path = System/Library/Frameworks/JavaScriptCore.framework; sourceTree = SDKROOT; };
60+
ED3021.2.75091F000B7C4FE /* JavaScriptCore.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = JavaScriptCore.framework; path = System/Library/Frameworks/JavaScriptCore.framework; sourceTree = SDKROOT; };
6161
F1554EF8292D4F5B00302F08 /* Images-2.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; name = "Images-2.xcassets"; path = "SubWalletMobile/Images-2.xcassets"; sourceTree = "<group>"; };
62-
F1F1508628C6028D004B2C94 /* PageJs.bundle */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.plug-in"; name = PageJs.bundle; path = ../html/PageJs.bundle; sourceTree = "<group>"; };
62+
F1F1509628C6028D004B2C94 /* PageJs.bundle */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.plug-in"; name = PageJs.bundle; path = ../html/PageJs.bundle; sourceTree = "<group>"; };
6363
/* End PBXFileReference section */
6464

6565
/* Begin PBXFrameworksBuildPhase section */
@@ -119,7 +119,7 @@
119119
2D16E6871FA4F8E462B85C8A /* Frameworks */ = {
120120
isa = PBXGroup;
121121
children = (
122-
ED3021.2.75081F000B7C4FE /* JavaScriptCore.framework */,
122+
ED3021.2.75091F000B7C4FE /* JavaScriptCore.framework */,
123123
7EFFEADAEF5FDCD85CA071C8 /* libPods-SubWalletMobile.a */,
124124
3AEE6AF47E4FA3A7D89E75F1 /* libPods-SubWalletMobile-SubWalletMobileTests.a */,
125125
);
@@ -155,15 +155,15 @@
155155
isa = PBXGroup;
156156
children = (
157157
354622E32CBE8391002D4A91 /* Web.bundle */,
158-
356508AC2C64FC7B00462F84 /* DevModeWeb.bundle */,
159-
F1F1508628C6028D004B2C94 /* PageJs.bundle */,
158+
356509AC2C64FC7B00462F84 /* DevModeWeb.bundle */,
159+
F1F1509628C6028D004B2C94 /* PageJs.bundle */,
160160
13B07FAE1A68108700A75B9A /* SubWalletMobile */,
161161
846261AE1AAA6A7D00B99B32 /* Libraries */,
162162
00E462EF1AD99517003FC87E /* SubWalletMobileTests */,
163163
83CBBA001A601CBA00E9B192 /* Products */,
164164
2D16E6871FA4F8E462B85C8A /* Frameworks */,
165165
BBD78D7AC51CEA462F1C20DB /* Pods */,
166-
F898C800E8954625085C0C41 /* Resources */,
166+
F898C800E8954625095C0C41 /* Resources */,
167167
354622E22CBE82D1002D4A91 /* Recovered References */,
168168
);
169169
indentWidth = 2;
@@ -198,7 +198,7 @@
198198
path = Pods;
199199
sourceTree = "<group>";
200200
};
201-
F898C800E8954625085C0C41 /* Resources */ = {
201+
F898C800E8954625095C0C41 /* Resources */ = {
202202
isa = PBXGroup;
203203
children = (
204204
);
@@ -302,9 +302,9 @@
302302
3531DD1C2BD8B25E0021D1DC /* PrivacyInfo.xcprivacy in Resources */,
303303
354402E42CBE8391002D4A91 /* Web.bundle in Resources */,
304304
81AB9BB82462601600AC10FF /* SplashScreen.storyboard in Resources */,
305-
356508AD2C64FC7B00440F84 /* DevModeWeb.bundle in Resources */,
305+
356509AD2C64FC7B00440F84 /* DevModeWeb.bundle in Resources */,
306306
4627831F29CEA0080046230D /* fonts in Resources */,
307-
F1F1508728C6028D004B2C94 /* PageJs.bundle in Resources */,
307+
F1F1509728C6028D004B2C94 /* PageJs.bundle in Resources */,
308308
F1554EF9292D4F5B00302F08 /* Images-2.xcassets in Resources */,
309309
);
310310
runOnlyForDeploymentPostprocessing = 0;
@@ -535,7 +535,7 @@
535535
CODE_SIGN_ENTITLEMENTS = SubWalletMobile/SubWalletMobile.entitlements;
536536
CODE_SIGN_IDENTITY = "Apple Development";
537537
CODE_SIGN_STYLE = Automatic;
538-
CURRENT_PROJECT_VERSION = 508;
538+
CURRENT_PROJECT_VERSION = 509;
539539
DEVELOPMENT_TEAM = ZUZ7T3GQMT;
540540
ENABLE_BITCODE = NO;
541541
INFOPLIST_FILE = SubWalletMobile/Info.plist;
@@ -571,7 +571,7 @@
571571
CODE_SIGN_ENTITLEMENTS = SubWalletMobile/SubWalletMobile.entitlements;
572572
CODE_SIGN_IDENTITY = "Apple Development";
573573
CODE_SIGN_STYLE = Automatic;
574-
CURRENT_PROJECT_VERSION = 508;
574+
CURRENT_PROJECT_VERSION = 509;
575575
DEVELOPMENT_TEAM = ZUZ7T3GQMT;
576576
INFOPLIST_FILE = SubWalletMobile/Info.plist;
577577
INFOPLIST_KEY_CFBundleDisplayName = SubWallet;

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "SubWalletMobile",
33
"version": "1.2.30",
4-
"build": "508",
4+
"build": "509",
55
"bundleVersion": "a(v11)-i(v7)",
66
"bundleVersionStaging": "a(v11)-i(v16)",
77
"private": true,

0 commit comments

Comments
 (0)