]> git.ipfire.org Git - thirdparty/strongswan.git/commitdiff
android: New release after fixing DB update and adding UTF-8 for EAP-MSCHAPv2
authorTobias Brunner <tobias@strongswan.org>
Tue, 16 Apr 2019 13:58:31 +0000 (15:58 +0200)
committerTobias Brunner <tobias@strongswan.org>
Tue, 16 Apr 2019 13:58:31 +0000 (15:58 +0200)
src/frontends/android/app/build.gradle

index 1986158571855a7f110bdd8cb8fc4a71ffae1cb1..f37ece8671f85f1af9653fea7069d4e6f08c8776 100644 (file)
@@ -7,8 +7,8 @@ android {
         applicationId "org.strongswan.android"
         minSdkVersion 15
         targetSdkVersion 26
-        versionCode 63
-        versionName "2.1.0"
+        versionCode 64
+        versionName "2.1.1"
     }
 
     sourceSets.main {