diff options
| -rw-r--r-- | CHANGELOG | 7 | ||||
| -rw-r--r-- | app/build.gradle | 4 |
2 files changed, 6 insertions, 5 deletions
@@ -1,8 +1,9 @@ +1.6.2 CoopVPN soft launch release v2 +bugfixes: +- updated conscrypt dependency to avoid crashes + 1.6.1 CoopVPN soft launch release features: - -bugfixes: -feature: - improved search in app selection screen - improved in-app language picker - improved CoopVPN Beta provider diff --git a/app/build.gradle b/app/build.gradle index f57f506b..3a39fc9c 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 184000 - versionName "1.6.1" + versionCode 185000 + versionName "1.6.2" compileSdk 35 minSdkVersion 24 targetSdkVersion 35 |
