diff options
author | cyBerta <cyberta@riseup.net> | 2019-10-31 09:50:42 +0100 |
---|---|---|
committer | cyBerta <cyberta@riseup.net> | 2019-10-31 09:50:42 +0100 |
commit | c5733656b141793dded08d38c2f79e8b373f9092 (patch) | |
tree | af62269434e7c39e6e591498a44241fbea94775a | |
parent | 1f22508e9cfb44463495e80639380a31e8210790 (diff) |
set version to 1.0.2RC31.0.2RC3
-rw-r--r-- | CHANGELOG | 7 | ||||
-rw-r--r-- | app/build.gradle | 4 |
2 files changed, 8 insertions, 3 deletions
@@ -1,13 +1,18 @@ 1.0.2 - the anti-censorship release features: - implement Pluggable Transports to circumvent VPN blocking -- exclude apps from VPN >> credits to Akuma +- exclude apps from VPN +-> credits to Akuma! - improved gateway setup error handling +- updated translations bugfixes: - fix performance issues on UI thread if VPN (re-)connects - fix several crashes +1.0.1 +- fix Android 9 crash + 1.0.0 Bugs: - fix tablet layouts in portrait diff --git a/app/build.gradle b/app/build.gradle index 5868ae12..53d2e2bb 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -14,8 +14,8 @@ android { defaultConfig { applicationId "se.leap.bitmaskclient" - versionCode 143 - versionName "1.0.2RC2" + versionCode 144 + versionName "1.0.2RC3" minSdkVersion 16 targetSdkVersion 28 vectorDrawables.useSupportLibrary = true |