]> git.ipfire.org Git - thirdparty/strongswan.git/commitdiff
android: New release after making local identity configurable
authorTobias Brunner <tobias@strongswan.org>
Tue, 8 Oct 2019 13:34:00 +0000 (15:34 +0200)
committerTobias Brunner <tobias@strongswan.org>
Tue, 15 Oct 2019 15:25:42 +0000 (17:25 +0200)
This also includes a fix for Android 10 and some older fixes for
API level 28 compatibility and a crash on Huawei devices.  The API
used to detect network changes is also replaced on newer Android
versions and an issue with DELETES received during break-before-make
reauthentication is also fixed.

src/frontends/android/app/build.gradle

index c9ec5bd3daf061c45e1e21617b5f4977914c06b6..b3a17f373b5f76c5299e8d8d804762b46e5ca1eb 100644 (file)
@@ -7,8 +7,8 @@ android {
         applicationId "org.strongswan.android"
         minSdkVersion 15
         targetSdkVersion 28
-        versionCode 64
-        versionName "2.1.1"
+        versionCode 68
+        versionName "2.2.0"
     }
 
     sourceSets.main {