Skip to content

Commit

Permalink
up ver
Browse files Browse the repository at this point in the history
  • Loading branch information
2dust committed Jul 1, 2019
1 parent 29d3fb7 commit c0e968a
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions V2rayNG/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ android {
minSdkVersion 17
targetSdkVersion Integer.parseInt("$targetSdkVer")
multiDexEnabled true
versionCode 206
versionName "0.6.21"
versionCode 210
versionName "1.0.1"
}

signingConfigs {
Expand Down
2 changes: 1 addition & 1 deletion V2rayNG/app/src/main/res/values-zh-rCN/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@
<string name="server_lab_content">内容</string>
<string name="toast_none_data_clipboard">剪贴板中没有数据</string>
<string name="toast_invalid_url">无效的网址</string>
<string name="server_lab_need_inbound">确保inbound有socks代理端口10808</string>
<string name="server_lab_need_inbound">确保inbound有socks=10808,http=10809</string>

<!-- PerAppProxyActivity -->
<string name="msg_dialog_progress">正在加载</string>
Expand Down
2 changes: 1 addition & 1 deletion V2rayNG/app/src/main/res/values-zh-rTW/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@
<string name="server_lab_content">內容</string>
<string name="toast_none_data_clipboard">剪貼簿內無資料</string>
<string name="toast_invalid_url">網址無效</string>
<string name="server_lab_need_inbound">​​確保inbound有socks代理端口10808</string>
<string name="server_lab_need_inbound">​​確保inbound有socks=10808,http=10809</string>

<!-- PerAppProxyActivity -->
<string name="msg_dialog_progress">載入</string>
Expand Down
2 changes: 1 addition & 1 deletion V2rayNG/app/src/main/res/values/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@
<string name="server_lab_content">Content</string>
<string name="toast_none_data_clipboard">There is no data in the clipboard</string>
<string name="toast_invalid_url">Invalid URL</string>
<string name="server_lab_need_inbound">Ensure inbound has socks proxy port 10808</string>
<string name="server_lab_need_inbound">Ensure inbound has socks=10808,http=10809</string>

<!-- PerAppProxyActivity -->
<string name="msg_dialog_progress">Loading</string>
Expand Down

0 comments on commit c0e968a

Please sign in to comment.