android: New release after making local identity configurable

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.
This commit is contained in:
Tobias Brunner
2019-10-15 17:25:42 +02:00
parent 60457e2aef
commit 6e12aa68b3
+2 -2
View 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 {