diff options
author | cyBerta <cyberta@riseup.net> | 2019-10-25 17:51:00 +0200 |
---|---|---|
committer | cyBerta <cyberta@riseup.net> | 2019-10-25 17:51:00 +0200 |
commit | 44900326a61307910b58f7553a506e92a77237ce (patch) | |
tree | 66fcfa4510bb7695eac0f62976413c7caa388ec4 | |
parent | 54f2d51e71b843ad7baeca172428291eb55e63a9 (diff) |
set version to 1.0.2RC2
-rw-r--r-- | CHANGELOG | 10 | ||||
-rw-r--r-- | app/build.gradle | 4 |
2 files changed, 12 insertions, 2 deletions
@@ -1,3 +1,13 @@ +1.0.2 - the anti-censorship release +features: +- implement Pluggable Transports to circumvent VPN blocking +- exclude apps from VPN >> credits to Akuma +- improved gateway setup error handling + +bugfixes: +- fix performance issues on UI thread if VPN (re-)connects +- fix several crashes + 1.0.0 Bugs: - fix tablet layouts in portrait diff --git a/app/build.gradle b/app/build.gradle index 219f556b..a405ed95 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -14,8 +14,8 @@ android { defaultConfig { applicationId "se.leap.bitmaskclient" - versionCode 142 - versionName "1.0.2RC1" + versionCode 143 + versionName "1.0.2RC2" minSdkVersion 16 targetSdkVersion 28 vectorDrawables.useSupportLibrary = true |