From: Tobias Brunner Date: Tue, 8 Oct 2019 13:34:00 +0000 (+0200) Subject: android: New release after making local identity configurable X-Git-Tag: 5.8.2dr1~7^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6e12aa68b3fe81702f15d7e3e525207cc80ec539;p=thirdparty%2Fstrongswan.git 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. --- diff --git a/src/frontends/android/app/build.gradle b/src/frontends/android/app/build.gradle index c9ec5bd3da..b3a17f373b 100644 --- a/src/frontends/android/app/build.gradle +++ b/src/frontends/android/app/build.gradle @@ -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 {