aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorTobias Brunner <tobias@strongswan.org>2016-05-04 12:07:36 +0200
committerTobias Brunner <tobias@strongswan.org>2016-05-04 12:07:36 +0200
commitc962ae2e6299e3b837d72b4f6c0cfa956ff1834b (patch)
tree6f2519f70e3704f0df5c85da9528550d1c1de460 /src
parentfae18fd201eb0b2e9a437a9e1b6faf52afd784f8 (diff)
downloadstrongswan-c962ae2e6299e3b837d72b4f6c0cfa956ff1834b.tar.bz2
strongswan-c962ae2e6299e3b837d72b4f6c0cfa956ff1834b.tar.xz
android: New release after reducing number of DH groups in proposal
Diffstat (limited to 'src')
-rw-r--r--src/frontends/android/app/build.gradle4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/frontends/android/app/build.gradle b/src/frontends/android/app/build.gradle
index 46de6d942..2c81eecc8 100644
--- a/src/frontends/android/app/build.gradle
+++ b/src/frontends/android/app/build.gradle
@@ -8,8 +8,8 @@ android {
applicationId "org.strongswan.android"
minSdkVersion 15
targetSdkVersion 22
- versionCode 29
- versionName "1.6.0"
+ versionCode 30
+ versionName "1.6.1"
}
sourceSets.main {