diff options
| -rw-r--r-- | CHANGELOG | 4 | ||||
| -rw-r--r-- | app/build.gradle | 4 |
2 files changed, 6 insertions, 2 deletions
@@ -1,3 +1,7 @@ +1.6.3 CoopVPN soft launch release v3 +bugfixes: +- updated golang version, fixes failure and crashes during provider setup + 1.6.2 CoopVPN soft launch release v2 bugfixes: - updated conscrypt dependency to avoid crashes diff --git a/app/build.gradle b/app/build.gradle index 3a39fc9c..0c0081ba 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 185000 - versionName "1.6.2" + versionCode 186000 + versionName "1.6.3" compileSdk 35 minSdkVersion 24 targetSdkVersion 35 |
