]> git.ipfire.org Git - thirdparty/strongswan.git/commitdiff
android: New release after reducing number of DH groups in proposal
authorTobias Brunner <tobias@strongswan.org>
Wed, 4 May 2016 10:07:36 +0000 (12:07 +0200)
committerTobias Brunner <tobias@strongswan.org>
Wed, 4 May 2016 10:07:36 +0000 (12:07 +0200)
src/frontends/android/app/build.gradle

index 46de6d94279352c895381d5687c8793be25d02e7..2c81eecc81fda728ecde9712e0ce096eb85b33d8 100644 (file)
@@ -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 {