diff options
author | cyBerta <cyberta@riseup.net> | 2019-08-04 17:03:56 +0200 |
---|---|---|
committer | cyBerta <cyberta@riseup.net> | 2019-08-04 17:03:56 +0200 |
commit | 676b12a569b67372e31fb2f7e5999838bed9c525 (patch) | |
tree | d5aed4b08de0068cb73f08f1d01468ccbdb77885 | |
parent | 22bca64bfbd2a6401124715d65b69648ffdb6d5c (diff) |
set version to 1.0.01.0.0
-rw-r--r-- | CHANGELOG | 3 | ||||
-rw-r--r-- | app/build.gradle | 4 |
2 files changed, 4 insertions, 3 deletions
@@ -1,4 +1,4 @@ -1.0.0RC1 +1.0.0 Bugs: - fix tablet layouts in portrait - fix bug that leads to inability to turn off vpn on Android 8+ @@ -8,6 +8,7 @@ features: - improve visibility of connecting state by changing the progress animation - update ics-openvpn, openssl and openvpn - a lot of small UI improvements +- updated translations (thanks to Localization Lab and all translators!) 0.9.11 - another consolidation release Bugs: diff --git a/app/build.gradle b/app/build.gradle index d9e26f6e..2237fc8a 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -14,8 +14,8 @@ android { defaultConfig { applicationId "se.leap.bitmaskclient" - versionCode 139 - versionName "1.0.0RC1" + versionCode 140 + versionName "1.0.0" minSdkVersion 16 targetSdkVersion 28 vectorDrawables.useSupportLibrary = true |