Skip to content

Commit

Permalink
fix: engine and ui text
Browse files Browse the repository at this point in the history
  • Loading branch information
kilmas committed Oct 17, 2020
1 parent aeae7fb commit e96f5d2
Show file tree
Hide file tree
Showing 5 changed files with 175 additions and 205 deletions.
4 changes: 2 additions & 2 deletions android/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -130,8 +130,8 @@ android {
applicationId "com.qhwallet"
minSdkVersion rootProject.ext.minSdkVersion
targetSdkVersion rootProject.ext.targetSdkVersion
versionCode 43
versionName "1.0.41"
versionCode 44
versionName "1.0.42"
multiDexEnabled true
missingDimensionStrategy 'react-native-camera', 'general'
}
Expand Down
12 changes: 6 additions & 6 deletions ios/QHWallet.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -804,7 +804,7 @@
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
CODE_SIGN_IDENTITY = "Apple Development";
CODE_SIGN_STYLE = Automatic;
CURRENT_PROJECT_VERSION = 83;
CURRENT_PROJECT_VERSION = 84;
DEAD_CODE_STRIPPING = NO;
DEVELOPMENT_TEAM = C35A7P8ZWU;
HEADER_SEARCH_PATHS = (
Expand All @@ -813,7 +813,7 @@
);
INFOPLIST_FILE = QHWallet/Info.plist;
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
MARKETING_VERSION = 1.0.54;
MARKETING_VERSION = 1.0.55;
OTHER_LDFLAGS = (
"$(inherited)",
"-ObjC",
Expand All @@ -833,15 +833,15 @@
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
CODE_SIGN_IDENTITY = "Apple Development";
CODE_SIGN_STYLE = Automatic;
CURRENT_PROJECT_VERSION = 83;
CURRENT_PROJECT_VERSION = 84;
DEVELOPMENT_TEAM = C35A7P8ZWU;
HEADER_SEARCH_PATHS = (
"$(inherited)",
"$(SRCROOT)/../node_modules/react-native-customized-image-picker/ios/**",
);
INFOPLIST_FILE = QHWallet/Info.plist;
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
MARKETING_VERSION = 1.0.54;
MARKETING_VERSION = 1.0.55;
OTHER_LDFLAGS = (
"$(inherited)",
"-ObjC",
Expand Down Expand Up @@ -907,15 +907,15 @@
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
CODE_SIGN_IDENTITY = "Apple Development";
CODE_SIGN_STYLE = Automatic;
CURRENT_PROJECT_VERSION = 83;
CURRENT_PROJECT_VERSION = 84;
DEVELOPMENT_TEAM = C35A7P8ZWU;
HEADER_SEARCH_PATHS = (
"$(inherited)",
"$(SRCROOT)/../node_modules/react-native-customized-image-picker/ios/**",
);
INFOPLIST_FILE = QHWallet/Info.plist;
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
MARKETING_VERSION = 1.0.54;
MARKETING_VERSION = 1.0.55;
OTHER_LDFLAGS = (
"$(inherited)",
"-ObjC",
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@
},
"dependencies": {
"@ant-design/react-native": "^4.0.0",
"@metamask/controllers": "^2.0.0",
"@metamask/inpage-provider": "^5.0.2",
"@metamask/controllers": "^2.0.5",
"@metamask/inpage-provider": "^6.3.0",
"@okexchain/javascript-sdk": "^0.0.1",
"@react-native-community/async-storage": "^1.6.2",
"@react-native-community/cameraroll": "^1.7.1",
Expand Down
Loading

0 comments on commit e96f5d2

Please sign in to comment.