]> git.ipfire.org Git - thirdparty/strongswan.git/commitdiff
android: New release after adding IPv6 support and several fixes
authorTobias Brunner <tobias@strongswan.org>
Thu, 29 Oct 2020 09:55:09 +0000 (10:55 +0100)
committerTobias Brunner <tobias@strongswan.org>
Thu, 29 Oct 2020 09:57:07 +0000 (10:57 +0100)
src/frontends/android/app/build.gradle

index ccbf5f7c991ec974192f056eea7fe5a893338e70..40b8a7ed812d70bc7185413d724c9d1df42ffd1d 100644 (file)
@@ -7,8 +7,8 @@ android {
         applicationId "org.strongswan.android"
         minSdkVersion 15
         targetSdkVersion 29
-        versionCode 72
-        versionName "2.3.0"
+        versionCode 73
+        versionName "2.3.1"
     }
 
     sourceSets.main {