From 6e12aa68b3fe81702f15d7e3e525207cc80ec539 Mon Sep 17 00:00:00 2001 From: Tobias Brunner Date: Tue, 8 Oct 2019 15:34:00 +0200 Subject: [PATCH] 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. --- src/frontends/android/app/build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/frontends/android/app/build.gradle b/src/frontends/android/app/build.gradle index c9ec5bd3d..b3a17f373 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 {