android: New release after adding HTTP proxy configuration

This commit is contained in:
Tobias Brunner
2025-06-27 08:57:45 +02:00
parent dbcba117ae
commit bd4cee82ac
3 changed files with 10 additions and 2 deletions
+2 -2
View File
@@ -9,8 +9,8 @@ android {
minSdkVersion 21
targetSdkVersion 34
versionCode 89
versionName "2.5.5"
versionCode 91
versionName "2.5.6"
externalNativeBuild {
ndkBuild {
@@ -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
@@ -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