Skip to content

Commit

Permalink
Add aes-128-gcm option
Browse files Browse the repository at this point in the history
  • Loading branch information
cbeuw committed Dec 27, 2020
1 parent 61be8cc commit 0b338e0
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ android {
applicationId "com.github.shadowsocks.plugin.ck_client"
minSdkVersion 21
targetSdkVersion 29
versionCode 12
versionName '2.4.0'
versionCode 13
versionName '2.5.0'
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
}
buildTypes {
Expand Down
3 changes: 2 additions & 1 deletion app/src/main/res/values/array.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@
</string-array>
<string-array name="algorithms">
<item>plain</item>
<item>aes-gcm</item>
<item>aes-128-gcm</item>
<item>aes-256-gcm</item>
<item>chacha20-poly1305</item>
</string-array>
<string-array name="transportTypes">
Expand Down

0 comments on commit 0b338e0

Please sign in to comment.