From b8ce7160704ce735422cc69cfa9fc646bfae7237 Mon Sep 17 00:00:00 2001 From: cyBerta Date: Sun, 15 Dec 2019 12:39:38 +0100 Subject: update version to 1.0.2 stable --- CHANGELOG | 7 ++++--- app/build.gradle | 4 ++-- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/CHANGELOG b/CHANGELOG index b532f980..42a589ea 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,10 +1,11 @@ 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 +- faster recognition of newly added providers (leads to improved server load balancing) +- updated translations (thanks to Localization Lab and all translators!) +- reduced APK size bugfixes: - fix performance issues on UI thread if VPN (re-)connects diff --git a/app/build.gradle b/app/build.gradle index 0726cca8..68db8926 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -14,8 +14,8 @@ android { defaultConfig { applicationId "se.leap.bitmaskclient" - versionCode 145 - versionName "1.0.2RC4" + versionCode 146 + versionName "1.0.2" minSdkVersion 16 targetSdkVersion 28 vectorDrawables.useSupportLibrary = true -- cgit v1.2.3