Skip to content

Commit c0e968a

Browse files
committed
up ver
1 parent 29d3fb7 commit c0e968a

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

V2rayNG/app/build.gradle

+2-2
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@ android {
1616
minSdkVersion 17
1717
targetSdkVersion Integer.parseInt("$targetSdkVer")
1818
multiDexEnabled true
19-
versionCode 206
20-
versionName "0.6.21"
19+
versionCode 210
20+
versionName "1.0.1"
2121
}
2222

2323
signingConfigs {

V2rayNG/app/src/main/res/values-zh-rCN/strings.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@
6161
<string name="server_lab_content">内容</string>
6262
<string name="toast_none_data_clipboard">剪贴板中没有数据</string>
6363
<string name="toast_invalid_url">无效的网址</string>
64-
<string name="server_lab_need_inbound">确保inbound有socks代理端口10808</string>
64+
<string name="server_lab_need_inbound">确保inbound有socks=10808,http=10809</string>
6565

6666
<!-- PerAppProxyActivity -->
6767
<string name="msg_dialog_progress">正在加载</string>

V2rayNG/app/src/main/res/values-zh-rTW/strings.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@
6161
<string name="server_lab_content">內容</string>
6262
<string name="toast_none_data_clipboard">剪貼簿內無資料</string>
6363
<string name="toast_invalid_url">網址無效</string>
64-
<string name="server_lab_need_inbound">​​確保inbound有socks代理端口10808</string>
64+
<string name="server_lab_need_inbound">​​確保inbound有socks=10808,http=10809</string>
6565

6666
<!-- PerAppProxyActivity -->
6767
<string name="msg_dialog_progress">載入</string>

V2rayNG/app/src/main/res/values/strings.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@
6161
<string name="server_lab_content">Content</string>
6262
<string name="toast_none_data_clipboard">There is no data in the clipboard</string>
6363
<string name="toast_invalid_url">Invalid URL</string>
64-
<string name="server_lab_need_inbound">Ensure inbound has socks proxy port 10808</string>
64+
<string name="server_lab_need_inbound">Ensure inbound has socks=10808,http=10809</string>
6565

6666
<!-- PerAppProxyActivity -->
6767
<string name="msg_dialog_progress">Loading</string>

0 commit comments

Comments
 (0)