]> git.ipfire.org Git - thirdparty/strongswan.git/commitdiff
android: New release after adding HTTP proxy configuration
authorTobias Brunner <tobias@strongswan.org>
Fri, 6 Jun 2025 09:11:34 +0000 (11:11 +0200)
committerTobias Brunner <tobias@strongswan.org>
Fri, 27 Jun 2025 06:57:45 +0000 (08:57 +0200)
src/frontends/android/app/build.gradle
src/frontends/android/app/src/main/play/release-notes/de-DE/default.txt
src/frontends/android/app/src/main/play/release-notes/en-US/default.txt

index 9ebbd5ca25b55cddb562ce41b4e57f95bfcc6ae4..9b59f448a2227f41ead84f4c38f5ad1d102e4395 100644 (file)
@@ -9,8 +9,8 @@ android {
         minSdkVersion 21
         targetSdkVersion 34
 
-        versionCode 89
-        versionName "2.5.5"
+        versionCode 91
+        versionName "2.5.6"
 
         externalNativeBuild {
             ndkBuild {
index 7cfb62d6d3f07b640dbe2b0ca2ba68c348a39705..9409e3a190b533b8bd9fd04ed7c3c7cd1194be87 100644 (file)
@@ -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
index 4b8b02ed00c19f2983aaecb5182d074ef003259b..2ae7780520a65db19700317bd32a1785143166ae 100644 (file)
@@ -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