From: Tobias Brunner Date: Mon, 5 Aug 2024 12:52:30 +0000 (+0200) Subject: android: New release after updating target SDK and fixing some compatibility issues X-Git-Tag: android-2.5.2^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fe1c9dedb76755a512f34b220724e4bb8bf50340;p=thirdparty%2Fstrongswan.git android: New release after updating target SDK and fixing some compatibility issues --- diff --git a/src/frontends/android/app/build.gradle b/src/frontends/android/app/build.gradle index a467a1988e..cab3a6c6dc 100644 --- a/src/frontends/android/app/build.gradle +++ b/src/frontends/android/app/build.gradle @@ -9,8 +9,8 @@ android { minSdkVersion 21 targetSdkVersion 34 - versionCode 82 - versionName "2.5.1" + versionCode 84 + versionName "2.5.2" externalNativeBuild { ndkBuild { diff --git a/src/frontends/android/app/src/main/play/release-notes/de-DE/default.txt b/src/frontends/android/app/src/main/play/release-notes/de-DE/default.txt index bbaa93aed6..5521e02a92 100644 --- a/src/frontends/android/app/src/main/play/release-notes/de-DE/default.txt +++ b/src/frontends/android/app/src/main/play/release-notes/de-DE/default.txt @@ -1,3 +1,9 @@ +# 2.5.2 # + +- Ziel-SDK auf Android 14 erhöht +- Wegen eines Bugs in Android 14 ist eine zusätzliche Permission ist nötig, um von der Status-Kachel eine Verbindung im Hintergrund zu starten +- Fixt einen Crash beim Öffnen der Liste installierter Apps in neuen Profilen + # 2.5.1 # - Fix für existierende Verknüpfungen und Automatisierung via Intents diff --git a/src/frontends/android/app/src/main/play/release-notes/en-US/default.txt b/src/frontends/android/app/src/main/play/release-notes/en-US/default.txt index b5179fea97..0dc8231270 100644 --- a/src/frontends/android/app/src/main/play/release-notes/en-US/default.txt +++ b/src/frontends/android/app/src/main/play/release-notes/en-US/default.txt @@ -1,3 +1,9 @@ +# 2.5.2 # + +- Increased target SDK to Android 14 +- Due to a bug in Android 14, a new permission is necessary to start a profile in the background from the status tile +- Fix crash when listing installed apps for new profiles + # 2.5.1 # - Fix for existing shortcuts and automation via Intents