Skip to content

Commit 42ff2f5

Browse files
add auth_chain_b for ssr android
1 parent 6b8e133 commit 42ff2f5

File tree

3 files changed

+5
-3
lines changed

3 files changed

+5
-3
lines changed

src/main/AndroidManifest.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
22
xmlns:tools="http://schemas.android.com/tools" package="com.github.shadowsocks"
3-
android:versionCode="316"
4-
android:versionName="3.4.0.6">
3+
android:versionCode="317"
4+
android:versionName="3.4.0.7">
55

66
<uses-permission android:name="android.permission.INTERNET"/>
77
<uses-permission android:name="android.permission.ACCESS_NETWORK_STATE"/>

src/main/res/values/arrays.xml

+2
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,7 @@
5959
<item>auth_aes128_sha1</item>
6060
<item>auth_aes128_md5</item>
6161
<item>auth_chain_a</item>
62+
<item>auth_chain_b</item>
6263
</string-array>
6364

6465
<string-array name="protocol_value">
@@ -71,6 +72,7 @@
7172
<item>auth_aes128_sha1</item>
7273
<item>auth_aes128_md5</item>
7374
<item>auth_chain_a</item>
75+
<item>auth_chain_b</item>
7476
</string-array>
7577

7678

0 commit comments

Comments
 (0)