diff options
author | cyBerta <cyberta@riseup.net> | 2019-12-15 12:39:38 +0100 |
---|---|---|
committer | cyBerta <cyberta@riseup.net> | 2019-12-15 12:39:38 +0100 |
commit | b8ce7160704ce735422cc69cfa9fc646bfae7237 (patch) | |
tree | c8643c1d46e6a52ee82969c071b6522815397869 | |
parent | c090b68fbbc9c02d1934500d278c9a5a4a19f89c (diff) |
update version to 1.0.2 stable1.0.2
-rw-r--r-- | CHANGELOG | 7 | ||||
-rw-r--r-- | app/build.gradle | 4 |
2 files changed, 6 insertions, 5 deletions
@@ -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 |