Compare commits

..

1 Commits
1.0.0 ... 1.0.1

Author SHA1 Message Date
2dust
c0e968ac34 up ver 2019-07-01 13:22:48 +08:00
4 changed files with 5 additions and 5 deletions

View File

@@ -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 {

View File

@@ -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>

View File

@@ -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>

View File

@@ -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>