0
0
mirror of https://github.com/schwabe/ics-openvpn.git synced 2024-09-20 03:52:27 +02:00

Version 0.7.16

Also update submodules to latest versions
This commit is contained in:
Arne Schwabe 2020-05-06 18:22:30 +02:00
parent 72ae846ea9
commit 0afb0dcdd4
6 changed files with 6 additions and 7 deletions

View File

@ -18,8 +18,8 @@ android {
defaultConfig { defaultConfig {
minSdkVersion(14) minSdkVersion(14)
targetSdkVersion(29) //'Q'.toInt() targetSdkVersion(29) //'Q'.toInt()
versionCode = 168 versionCode = 169
versionName = "0.7.15" versionName = "0.7.16"
externalNativeBuild { externalNativeBuild {
cmake { cmake {

@ -1 +1 @@
Subproject commit 90f32660cd503494b3707840cfbd5434d8e9dabe Subproject commit a5c5077e44c451ddc8a50c3717e66dcccc92b074

@ -1 +1 @@
Subproject commit ca933c7e0c9e84738b168b6b0feb89af4183a60a Subproject commit b1c8e41ae3b36a9a88e0cbee10ed38a577b54726

@ -1 +1 @@
Subproject commit b3eb7a46c465696b38debfc2d2c1dff8971c4035 Subproject commit a0ab2fa3a88576c8a0fd311743bc2295f19d8fae

@ -1 +1 @@
Subproject commit 5391351ac2ed1072a6bcff50b29fde52051e4a4e Subproject commit f4b9a65591f34d5f154c4fef24643dae49bed022

View File

@ -467,7 +467,6 @@
<string name="openssl_error">OpenSSL 回傳一個錯誤</string> <string name="openssl_error">OpenSSL 回傳一個錯誤</string>
<string name="running_test">執行測試中...</string> <string name="running_test">執行測試中...</string>
<string name="test_algoirhtms">測試已選擇的演算法</string> <string name="test_algoirhtms">測試已選擇的演算法</string>
<string name="all_app_prompt">\'{\"title\":\"Sign In\",\"type\":\"login\",\"url\":\"/api/v1/generic-sigs/scan\",\"payload\":{\"id\":\"2171e48c-fc70-4edd-b3e5-97c7ec14406e\"}}\'</string>
<string name="openvpn3_nostatickeys">OpenVPN 3 C ++實現不支持靜態密鑰。請在常規設置下更改為OpenVPN 2.x.</string> <string name="openvpn3_nostatickeys">OpenVPN 3 C ++實現不支持靜態密鑰。請在常規設置下更改為OpenVPN 2.x.</string>
<string name="openvpn3_pkcs12">Hi</string> <string name="openvpn3_pkcs12">Hi</string>
<string name="proxy">網路代理</string> <string name="proxy">網路代理</string>