Compare commits
1 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
c0e968ac34 |
@@ -16,8 +16,8 @@ android {
|
|||||||
minSdkVersion 17
|
minSdkVersion 17
|
||||||
targetSdkVersion Integer.parseInt("$targetSdkVer")
|
targetSdkVersion Integer.parseInt("$targetSdkVer")
|
||||||
multiDexEnabled true
|
multiDexEnabled true
|
||||||
versionCode 206
|
versionCode 210
|
||||||
versionName "0.6.21"
|
versionName "1.0.1"
|
||||||
}
|
}
|
||||||
|
|
||||||
signingConfigs {
|
signingConfigs {
|
||||||
|
|||||||
@@ -61,7 +61,7 @@
|
|||||||
<string name="server_lab_content">内容</string>
|
<string name="server_lab_content">内容</string>
|
||||||
<string name="toast_none_data_clipboard">剪贴板中没有数据</string>
|
<string name="toast_none_data_clipboard">剪贴板中没有数据</string>
|
||||||
<string name="toast_invalid_url">无效的网址</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 -->
|
<!-- PerAppProxyActivity -->
|
||||||
<string name="msg_dialog_progress">正在加载</string>
|
<string name="msg_dialog_progress">正在加载</string>
|
||||||
|
|||||||
@@ -61,7 +61,7 @@
|
|||||||
<string name="server_lab_content">內容</string>
|
<string name="server_lab_content">內容</string>
|
||||||
<string name="toast_none_data_clipboard">剪貼簿內無資料</string>
|
<string name="toast_none_data_clipboard">剪貼簿內無資料</string>
|
||||||
<string name="toast_invalid_url">網址無效</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 -->
|
<!-- PerAppProxyActivity -->
|
||||||
<string name="msg_dialog_progress">載入</string>
|
<string name="msg_dialog_progress">載入</string>
|
||||||
|
|||||||
@@ -61,7 +61,7 @@
|
|||||||
<string name="server_lab_content">Content</string>
|
<string name="server_lab_content">Content</string>
|
||||||
<string name="toast_none_data_clipboard">There is no data in the clipboard</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="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 -->
|
<!-- PerAppProxyActivity -->
|
||||||
<string name="msg_dialog_progress">Loading</string>
|
<string name="msg_dialog_progress">Loading</string>
|
||||||
|
|||||||
Reference in New Issue
Block a user