]> git.ipfire.org Git - thirdparty/strongswan.git/commitdiff
android: New release after fixing potential ANR issue
authorTobias Brunner <tobias@strongswan.org>
Mon, 20 Feb 2017 15:34:43 +0000 (16:34 +0100)
committerTobias Brunner <tobias@strongswan.org>
Mon, 20 Feb 2017 15:34:43 +0000 (16:34 +0100)
src/frontends/android/app/build.gradle

index fe80e7ce2087000c8e0bd00a45fd1cbd6d6e5262..3c1c68a5bb78e4e20538be9040e3fbd28191f206 100644 (file)
@@ -8,8 +8,8 @@ android {
         applicationId "org.strongswan.android"
         minSdkVersion 15
         targetSdkVersion 22
-        versionCode 41
-        versionName "1.8.1"
+        versionCode 42
+        versionName "1.8.2"
     }
 
     sourceSets.main {