diff options
-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 |