From: Tobias Brunner Date: Thu, 3 Apr 2025 14:35:47 +0000 (+0200) Subject: android: New release after fixing Always-on VPN with managed profiles X-Git-Tag: android-2.5.5^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=8036b3f932b26296b3beaaf8d4dc5ee2ea4bc49e;p=thirdparty%2Fstrongswan.git android: New release after fixing Always-on VPN with managed profiles --- diff --git a/src/frontends/android/app/build.gradle b/src/frontends/android/app/build.gradle index 105647580e..01eb5a189d 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 88 - versionName "2.5.4" + versionCode 89 + versionName "2.5.5" 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 5cc848590d..7cfb62d6d3 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,7 @@ +# 2.5.5 # + +- Fixt den Start von verwalteten Profilen als Always-on VPN + # 2.5.4 # - Fixt Probleme beim Wiederherstellen der Verbindung 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 23bc8c75c9..4b8b02ed00 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,7 @@ +# 2.5.5 # + +- Fix initiating managed profiles as Always-on VPN + # 2.5.4 # - Fix issues when reestablishing the connection