Skip to content

Commit

Permalink
Release version 1.1.7 (234)
Browse files Browse the repository at this point in the history
  • Loading branch information
nguyenduythuc committed Nov 9, 2023
1 parent 8f8d6cf commit f82e39d
Show file tree
Hide file tree
Showing 5 changed files with 22 additions and 16 deletions.
8 changes: 7 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## 1.1.7 (234)
- Update web runner 1.1.21 (#1124)
- Hide the token of the Inactive chain on mobile app (#1133)
- Update text on Enable network screen (#1136)
- New image slider for browser tab (#1072)
- Follow up show dApp logo in svg in Browser and dApp confirmations (#980)

## 1.1.7 (233)
- Update text when select validator (#1129)

Expand All @@ -14,7 +21,6 @@
- Mission pools feature (#1096)
- Support 3D NFT display (#295)
- Update message on the Create on account (#1110)
- Update message on the Create on account (#1110)
- Add token name to the Token Details and Import Token screen for mobile app (#1097)
- Update web-runner (v1.1.19) - Update load data timing (#1104)
- Convert I18n language files from TS to JSON (#1091)
Expand Down
2 changes: 1 addition & 1 deletion android/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ android {
applicationId "app.subwallet.mobile"
minSdkVersion rootProject.ext.minSdkVersion
targetSdkVersion rootProject.ext.targetSdkVersion
versionCode 233
versionCode 234
versionName "1.1.7"
missingDimensionStrategy 'react-native-camera', 'general'
}
Expand Down
24 changes: 12 additions & 12 deletions ios/SubWalletMobile.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
0C80B921A6F3F58F76C31292 /* libPods-SubWalletMobile.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 5DCACB8F33CDC322A6C60F78 /* libPods-SubWalletMobile.a */; };
13B07FBC1A68108700A75B9A /* AppDelegate.mm in Sources */ = {isa = PBXBuildFile; fileRef = 13B07FB01A68108700A75B9A /* AppDelegate.mm */; };
13B07FC11A68108700A75B9A /* main.m in Sources */ = {isa = PBXBuildFile; fileRef = 13B07FB71A68108700A75B9A /* main.m */; };
355FCA172A72335100B34579 /* RCTMinimizer.m in Sources */ = {isa = PBXBuildFile; fileRef = 355FCA152A72335100B34579 /* RCTMinimizer.m */; };
355FCA172A72345100B34579 /* RCTMinimizer.m in Sources */ = {isa = PBXBuildFile; fileRef = 355FCA152A72345100B34579 /* RCTMinimizer.m */; };
3577831F29CEA0080036830D /* fonts in Resources */ = {isa = PBXBuildFile; fileRef = 3577831E29CEA0080036830D /* fonts */; };
7699B88040F8A987B510C191 /* libPods-SubWalletMobile-SubWalletMobileTests.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 19F6CBCC0A4E27FBF8BF4A61 /* libPods-SubWalletMobile-SubWalletMobileTests.a */; };
81AB9BB82411601600AC10FF /* SplashScreen.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 81AB9BB72411601600AC10FF /* SplashScreen.storyboard */; };
Expand Down Expand Up @@ -41,8 +41,8 @@
13B07FB61A68108700A75B9A /* Info.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; name = Info.plist; path = SubWalletMobile/Info.plist; sourceTree = "<group>"; };
13B07FB71A68108700A75B9A /* main.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = main.m; path = SubWalletMobile/main.m; sourceTree = "<group>"; };
19F6CBCC0A4E27FBF8BF4A61 /* libPods-SubWalletMobile-SubWalletMobileTests.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = "libPods-SubWalletMobile-SubWalletMobileTests.a"; sourceTree = BUILT_PRODUCTS_DIR; };
355FCA152A72335100B34579 /* RCTMinimizer.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = RCTMinimizer.m; path = SubWalletMobile/NativeModules/RCTMinimizer/RCTMinimizer.m; sourceTree = "<group>"; };
355FCA162A72335100B34579 /* RCTMinimizer.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = RCTMinimizer.h; path = SubWalletMobile/NativeModules/RCTMinimizer/RCTMinimizer.h; sourceTree = "<group>"; };
355FCA152A72345100B34579 /* RCTMinimizer.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = RCTMinimizer.m; path = SubWalletMobile/NativeModules/RCTMinimizer/RCTMinimizer.m; sourceTree = "<group>"; };
355FCA162A72345100B34579 /* RCTMinimizer.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = RCTMinimizer.h; path = SubWalletMobile/NativeModules/RCTMinimizer/RCTMinimizer.h; sourceTree = "<group>"; };
3577831E29CEA0080036830D /* fonts */ = {isa = PBXFileReference; lastKnownFileType = folder; path = fonts; sourceTree = "<group>"; };
3B4392A12AC88292D35C810B /* Pods-SubWalletMobile.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-SubWalletMobile.debug.xcconfig"; path = "Target Support Files/Pods-SubWalletMobile/Pods-SubWalletMobile.debug.xcconfig"; sourceTree = "<group>"; };
5709B34CF0A7D63546082F79 /* 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>"; };
Expand Down Expand Up @@ -97,7 +97,7 @@
13B07FAE1A68108700A75B9A /* SubWalletMobile */ = {
isa = PBXGroup;
children = (
355FCA132A7233F000B34579 /* NativeModules */,
355FCA132A7234F000B34579 /* NativeModules */,
990CC4AB2A33104500AB6D8B /* SubWalletMobile.entitlements */,
13B07FAF1A68108700A75B9A /* AppDelegate.h */,
13B07FB01A68108700A75B9A /* AppDelegate.mm */,
Expand All @@ -119,19 +119,19 @@
name = Frameworks;
sourceTree = "<group>";
};
355FCA132A7233F000B34579 /* NativeModules */ = {
355FCA132A7234F000B34579 /* NativeModules */ = {
isa = PBXGroup;
children = (
355FCA142A72333200B34579 /* RCTMinimizer */,
355FCA142A72343200B34579 /* RCTMinimizer */,
);
name = NativeModules;
sourceTree = "<group>";
};
355FCA142A72333200B34579 /* RCTMinimizer */ = {
355FCA142A72343200B34579 /* RCTMinimizer */ = {
isa = PBXGroup;
children = (
355FCA162A72335100B34579 /* RCTMinimizer.h */,
355FCA152A72335100B34579 /* RCTMinimizer.m */,
355FCA162A72345100B34579 /* RCTMinimizer.h */,
355FCA152A72345100B34579 /* RCTMinimizer.m */,
);
name = RCTMinimizer;
sourceTree = "<group>";
Expand Down Expand Up @@ -458,7 +458,7 @@
buildActionMask = 2147483647;
files = (
13B07FBC1A68108700A75B9A /* AppDelegate.mm in Sources */,
355FCA172A72335100B34579 /* RCTMinimizer.m in Sources */,
355FCA172A72345100B34579 /* RCTMinimizer.m in Sources */,
13B07FC11A68108700A75B9A /* main.m in Sources */,
);
runOnlyForDeploymentPostprocessing = 0;
Expand Down Expand Up @@ -535,7 +535,7 @@
ASSETCATALOG_COMPILER_INCLUDE_ALL_APPICON_ASSETS = NO;
CLANG_ENABLE_MODULES = YES;
CODE_SIGN_ENTITLEMENTS = SubWalletMobile/SubWalletMobile.entitlements;
CURRENT_PROJECT_VERSION = 233;
CURRENT_PROJECT_VERSION = 234;
DEVELOPMENT_TEAM = ZUZ7T3GQMT;
ENABLE_BITCODE = NO;
INFOPLIST_FILE = SubWalletMobile/Info.plist;
Expand Down Expand Up @@ -568,7 +568,7 @@
ASSETCATALOG_COMPILER_INCLUDE_ALL_APPICON_ASSETS = NO;
CLANG_ENABLE_MODULES = YES;
CODE_SIGN_ENTITLEMENTS = SubWalletMobile/SubWalletMobile.entitlements;
CURRENT_PROJECT_VERSION = 233;
CURRENT_PROJECT_VERSION = 234;
DEVELOPMENT_TEAM = ZUZ7T3GQMT;
INFOPLIST_FILE = SubWalletMobile/Info.plist;
INFOPLIST_KEY_CFBundleDisplayName = SubWallet;
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "SubWalletMobile",
"version": "1.1.7",
"build": "233",
"build": "234",
"private": true,
"license": "Apache-2.0",
"reactNativePermissionsIOS": [
Expand Down
2 changes: 1 addition & 1 deletion src/screens/Home/Browser/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ const screenOptions = (
shadowOffset: { width: 0, height: 5 },
shadowOpacity: 0.4,
shadowRadius: 3,
marginBottom: 2
marginBottom: 2,
},
tabBarItemStyle: {
width: 'auto',
Expand Down

0 comments on commit f82e39d

Please sign in to comment.