Skip to content

Commit

Permalink
#Release version 1.0.15 (211)
Browse files Browse the repository at this point in the history
  • Loading branch information
dominhquang committed Aug 28, 2023
1 parent a7bb0f6 commit daa1719
Show file tree
Hide file tree
Showing 7 changed files with 12 additions and 7 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
## 1.0.14 (211)
- Update request camera permission message
## 1.0.14 (210)
- Upgrade UI - Update sorting modal & remove console log (#935)
- The of the staking item is displayed incorrectly (#955)
Expand Down
2 changes: 1 addition & 1 deletion android/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ android {
applicationId "app.subwallet.mobile"
minSdkVersion rootProject.ext.minSdkVersion
targetSdkVersion rootProject.ext.targetSdkVersion
versionCode 210
versionCode 211
versionName "1.0.15"
missingDimensionStrategy 'react-native-camera', 'general'
}
Expand Down
4 changes: 2 additions & 2 deletions ios/SubWalletMobile.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
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 = 210;
CURRENT_PROJECT_VERSION = 211;
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 = 210;
CURRENT_PROJECT_VERSION = 211;
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.0.15",
"build": "210",
"build": "211",
"private": true,
"license": "Apache-2.0",
"reactNativePermissionsIOS": [
Expand Down
3 changes: 2 additions & 1 deletion src/utils/i18n/en_US.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,8 @@ export const en = {
transferFailMessage1: 'There was a problem with your request. You can track its progress on the History page.',
transferFailMessage2: 'There was a problem with your request.',
notify: 'Notification!',
cannotScanQRCodeWithoutPermission: 'Please grant Camera access to scan QR code',
cannotScanQRCodeWithoutPermission:
'SubWallet needs access to camera on your device to scan QR code for actions such as account creation, data verification or dApp connection.',
goToSetting: 'Go to setting',
scan: 'Scan',
toSendFund: 'to send fund',
Expand Down
3 changes: 2 additions & 1 deletion src/utils/i18n/vi_VN.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,8 @@ export const vi = {
transferFailMessage1: 'Yêu cầu của bạn có vấn đề. Bạn có thể theo dõi tiến trình của nó trên trang Lịch sử.',
transferFailMessage2: 'Có vấn đề xảy ra với yêu cầu của bạn.',
notify: 'Thông báo',
cannotScanQRCodeWithoutPermission: 'Vui lòng cấp quyền truy cập máy ảnh để quét mã QR',
cannotScanQRCodeWithoutPermission:
'SubWallet cần sử dụng máy ảnh trên thiết bị của bạn để quét mã QR nhằm thực hiện các hành động như tạo tài khoản, xác thực dữ liệu hoặc kết nối dApp',
goToSetting: 'Đi đến Cài đặt',
scan: 'Quét',
toSendFund: 'để gửi tài sản ',
Expand Down
3 changes: 2 additions & 1 deletion src/utils/i18n/zh_CN.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,8 @@ export const zh = {
transferFailMessage1: '你的请求存在问题。你可以在记录页面上跟踪其进度。',
transferFailMessage2: '你的请求存在问题。',
notify: '通知!',
cannotScanQRCodeWithoutPermission: '请授予相机访问权限以扫描二维码',
cannotScanQRCodeWithoutPermission:
'SubWallet 需要访问您设备上的摄像头来扫描二维码以执行帐户创建、数据验证或 dApp 连接等操作。',
goToSetting: '前往设置',
scan: '扫描',
toSendFund: '以发送资金',
Expand Down

0 comments on commit daa1719

Please sign in to comment.