]> git.ipfire.org Git - thirdparty/strongswan.git/commitdiff
android: New release after fixing crash with existing profiles
authorTobias Brunner <tobias@strongswan.org>
Mon, 3 Jul 2017 11:44:49 +0000 (13:44 +0200)
committerTobias Brunner <tobias@strongswan.org>
Mon, 3 Jul 2017 11:44:49 +0000 (13:44 +0200)
src/frontends/android/app/build.gradle

index 9025fd3a6667f8cec225dc92485523dfe6e8b0f0..3a70060f89460ef63e1fd51f9a9b6de1ee37c111 100644 (file)
@@ -8,8 +8,8 @@ android {
         applicationId "org.strongswan.android"
         minSdkVersion 15
         targetSdkVersion 22
-        versionCode 44
-        versionName "1.9.0"
+        versionCode 45
+        versionName "1.9.1"
     }
 
     sourceSets.main {