Skip to content

Commit d4ad1a3

Browse files
committed
Release version 1.2.28 (504)
1 parent c749b0b commit d4ad1a3

File tree

4 files changed

+27
-14
lines changed

4 files changed

+27
-14
lines changed

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,16 @@
1+
## 1.2.28 (504)
2+
- Fix UI bug (#1990)
3+
- Fix UI bug (#1990)
4+
- Fix conflict UI for iOS, Android (#1990)
5+
- Resolve conflict (#1990)
6+
- Fix bug UI for android 15 (#1990)
7+
- resolve conflict (#1990)
8+
- fix ui bug (#1990)
9+
- fix bug cannot apply GeneralTermModal in android (#1990)
10+
- Fix build problems with sails-js (#1990)
11+
- Remove unused code and fix bug auto-build fail (#1990)
12+
- Upgrade to Android 15 (API level 35) (#1990)
13+
114
## 1.2.27 (503)
215

316

android/app/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -77,8 +77,8 @@ android {
7777
applicationId "app.subwallet.mobile"
7878
minSdkVersion rootProject.ext.minSdkVersion
7979
targetSdkVersion rootProject.ext.targetSdkVersion
80-
versionCode 503
81-
versionName "1.2.27"
80+
versionCode 504
81+
versionName "1.2.28"
8282
missingDimensionStrategy 'react-native-camera', 'general'
8383
}
8484

ios/SubWalletMobile.xcodeproj/project.pbxproj

Lines changed: 10 additions & 10 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-
356503AD2C64FC7B00440F84 /* DevModeWeb.bundle in Resources */ = {isa = PBXBuildFile; fileRef = 356503AC2C64FC7B00462F84 /* DevModeWeb.bundle */; };
15+
356504AD2C64FC7B00440F84 /* DevModeWeb.bundle in Resources */ = {isa = PBXBuildFile; fileRef = 356504AC2C64FC7B00462F84 /* 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; };
@@ -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-
356503AC2C64FC7B00462F84 /* DevModeWeb.bundle */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.plug-in"; name = DevModeWeb.bundle; path = ../html/DevModeWeb.bundle; sourceTree = "<group>"; };
50+
356504AC2C64FC7B00462F84 /* 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>"; };
@@ -155,15 +155,15 @@
155155
isa = PBXGroup;
156156
children = (
157157
354622E32CBE8391002D4A91 /* Web.bundle */,
158-
356503AC2C64FC7B00462F84 /* DevModeWeb.bundle */,
158+
356504AC2C64FC7B00462F84 /* DevModeWeb.bundle */,
159159
F1F1508628C6028D004B2C94 /* PageJs.bundle */,
160160
13B07FAE1A68108700A75B9A /* SubWalletMobile */,
161161
846261AE1AAA6A7D00B99B32 /* Libraries */,
162162
00E462EF1AD99517003FC87E /* SubWalletMobileTests */,
163163
83CBBA001A601CBA00E9B192 /* Products */,
164164
2D16E6871FA4F8E462B85C8A /* Frameworks */,
165165
BBD78D7AC51CEA462F1C20DB /* Pods */,
166-
F898C800E8954625035C0C41 /* Resources */,
166+
F898C800E8954625045C0C41 /* Resources */,
167167
354622E22CBE82D1002D4A91 /* Recovered References */,
168168
);
169169
indentWidth = 2;
@@ -198,7 +198,7 @@
198198
path = Pods;
199199
sourceTree = "<group>";
200200
};
201-
F898C800E8954625035C0C41 /* Resources */ = {
201+
F898C800E8954625045C0C41 /* Resources */ = {
202202
isa = PBXGroup;
203203
children = (
204204
);
@@ -302,7 +302,7 @@
302302
3531DD1C2BD8B25E0021D1DC /* PrivacyInfo.xcprivacy in Resources */,
303303
354402E42CBE8391002D4A91 /* Web.bundle in Resources */,
304304
81AB9BB82462601600AC10FF /* SplashScreen.storyboard in Resources */,
305-
356503AD2C64FC7B00440F84 /* DevModeWeb.bundle in Resources */,
305+
356504AD2C64FC7B00440F84 /* DevModeWeb.bundle in Resources */,
306306
4627831F29CEA0080046230D /* fonts in Resources */,
307307
F1F1508728C6028D004B2C94 /* PageJs.bundle in Resources */,
308308
F1554EF9292D4F5B00302F08 /* Images-2.xcassets in Resources */,
@@ -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 = 503;
538+
CURRENT_PROJECT_VERSION = 504;
539539
DEVELOPMENT_TEAM = ZUZ7T3GQMT;
540540
ENABLE_BITCODE = NO;
541541
INFOPLIST_FILE = SubWalletMobile/Info.plist;
@@ -546,7 +546,7 @@
546546
"$(inherited)",
547547
"@executable_path/Frameworks",
548548
);
549-
MARKETING_VERSION = 1.2.27;
549+
MARKETING_VERSION = 1.2.28;
550550
OTHER_LDFLAGS = (
551551
"$(inherited)",
552552
"-ObjC",
@@ -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 = 503;
574+
CURRENT_PROJECT_VERSION = 504;
575575
DEVELOPMENT_TEAM = ZUZ7T3GQMT;
576576
INFOPLIST_FILE = SubWalletMobile/Info.plist;
577577
INFOPLIST_KEY_CFBundleDisplayName = SubWallet;
@@ -581,7 +581,7 @@
581581
"$(inherited)",
582582
"@executable_path/Frameworks",
583583
);
584-
MARKETING_VERSION = 1.2.27;
584+
MARKETING_VERSION = 1.2.28;
585585
OTHER_LDFLAGS = (
586586
"$(inherited)",
587587
"-ObjC",

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "SubWalletMobile",
3-
"version": "1.2.27",
4-
"build": "503",
3+
"version": "1.2.28",
4+
"build": "504",
55
"bundleVersion": "a(v11)-i(v7)",
66
"bundleVersionStaging": "a(v11)-i(v16)",
77
"private": true,

0 commit comments

Comments
 (0)