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