diff options
| author | cyBerta <cyberta@riseup.net> | 2024-06-28 01:06:58 +0200 |
|---|---|---|
| committer | cyBerta <cyberta@riseup.net> | 2024-06-28 01:06:58 +0200 |
| commit | 7af367662c1d27e61d92ae73d6283581a4fdc5f3 (patch) | |
| tree | e80afecc43bc824203c66ecc31b1fcf63880b8f0 | |
| parent | 232328c078eb7854ce1a0246098927ba9a59bc98 (diff) | |
update to version 1.4.0RC1
| -rw-r--r-- | CHANGELOG | 8 | ||||
| -rw-r--r-- | app/build.gradle | 4 |
2 files changed, 10 insertions, 2 deletions
@@ -1,3 +1,11 @@ +1.4.0RC1 obfuscation update +features: +* update obfuscation library obfsvpn to version 1.0.0, with improved KCP support + +bugfixes: +* fix text color of button in obfuscation proxy pinning dialog +* fix auto-update mechanism for clients fetched from the download page + 1.3.1 hotfix bugfix: * fix app crash during provider setup in case the app is moved to background diff --git a/app/build.gradle b/app/build.gradle index a9a096e2..f3412c3f 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -32,8 +32,8 @@ android { // the factor 1000 is used so that gplay users can upgrade from split apks ((current version number - 1) * 1000) + n // to extracted bundle apks, supplied by google // however we don't calculate the versionCode here, because F-Droid doesn't like that - versionCode 173000 - versionName "1.3.1" + versionCode 174000 + versionName "1.4.0RC1" compileSdk 34 minSdkVersion 21 targetSdkVersion 34 |
