From: Tobias Brunner Date: Fri, 6 Jun 2025 09:11:34 +0000 (+0200) Subject: android: New release after adding HTTP proxy configuration X-Git-Tag: android-2.5.6^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=bd4cee82acd1f8cc3c47d50d49ebaf4fbd0e6f24;p=thirdparty%2Fstrongswan.git android: New release after adding HTTP proxy configuration --- diff --git a/src/frontends/android/app/build.gradle b/src/frontends/android/app/build.gradle index 9ebbd5ca25..9b59f448a2 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 89 - versionName "2.5.5" + versionCode 91 + versionName "2.5.6" 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 7cfb62d6d3..9409e3a190 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.6 # + +- Unterstützt benutzerdefinierte HTTP Proxy-Server (Android 10+) + # 2.5.5 # - Fixt den Start von verwalteten Profilen als Always-on VPN 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 4b8b02ed00..2ae7780520 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.6 # + +- Add support for custom HTTP proxy server (Android 10+) + # 2.5.5 # - Fix initiating managed profiles as Always-on VPN