diff options
-rw-r--r-- | CHANGELOG | 7 | ||||
-rw-r--r-- | app/build.gradle | 4 |
2 files changed, 9 insertions, 2 deletions
@@ -1,3 +1,10 @@ +1.5.2RC1 Obfuscation Update beta release +features: +- handle Quic as obfuscation protocol +bugfixes: +- fix parsing of hopping mode +- fix fastlane directory structure, should fix meta data being picked up correctly by f-droid (thanks @lhr) + 1.5.1 stable features: - see 1.5.0RC2 API-v5 beta and 1.5.0RC1 API-v5 beta diff --git a/app/build.gradle b/app/build.gradle index b953df1f..cedeca7c 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 179000 - versionName "1.5.1" + versionCode 180000 + versionName "1.5.2RC1" compileSdk 34 minSdkVersion 21 targetSdkVersion 34 |