Skip to content

Commit

Permalink
add auth_chain_b for ssr android
Browse files Browse the repository at this point in the history
  • Loading branch information
shadowsocksr-backup-release committed Jul 30, 2017
1 parent 6b8e133 commit 42ff2f5
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
4 changes: 2 additions & 2 deletions src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools" package="com.github.shadowsocks"
android:versionCode="316"
android:versionName="3.4.0.6">
android:versionCode="317"
android:versionName="3.4.0.7">

<uses-permission android:name="android.permission.INTERNET"/>
<uses-permission android:name="android.permission.ACCESS_NETWORK_STATE"/>
Expand Down
2 changes: 1 addition & 1 deletion src/main/jni/shadowsocks-libev
2 changes: 2 additions & 0 deletions src/main/res/values/arrays.xml
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,7 @@
<item>auth_aes128_sha1</item>
<item>auth_aes128_md5</item>
<item>auth_chain_a</item>
<item>auth_chain_b</item>
</string-array>

<string-array name="protocol_value">
Expand All @@ -71,6 +72,7 @@
<item>auth_aes128_sha1</item>
<item>auth_aes128_md5</item>
<item>auth_chain_a</item>
<item>auth_chain_b</item>
</string-array>


Expand Down

0 comments on commit 42ff2f5

Please sign in to comment.