diff options
author | cyBerta <cyberta@riseup.net> | 2019-05-24 15:20:08 +0200 |
---|---|---|
committer | cyBerta <cyberta@riseup.net> | 2019-05-24 15:20:08 +0200 |
commit | 3d3b9f40dfc4d6eabb60330c2d3a4029518eb292 (patch) | |
tree | 9c188c72c8c1e90d3254df80748b5d5e365fed3c | |
parent | 37e76177ead27c700ec415ff310d7af85a49d6e5 (diff) |
set version to 0.9.110.9.11
-rw-r--r-- | CHANGELOG | 10 | ||||
-rw-r--r-- | app/build.gradle | 4 |
2 files changed, 12 insertions, 2 deletions
@@ -1,3 +1,13 @@ +0.9.11 - another consolidation release +Bugs: +- fixes app crashes +- make Bitmask usable for Android 4.X again +- improve setup if provider changes its config +- improve vpn start +- fix notification sound bug on Android O +features: +- new translations + 0.9.10 - a hotfix release Bugs: - fixes error handling of invalid vpn client certificates diff --git a/app/build.gradle b/app/build.gradle index 4ec53aa9..022a9c34 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -16,8 +16,8 @@ android { defaultConfig { applicationId "se.leap.bitmaskclient" - versionCode 137 - versionName "0.9.10" + versionCode 138 + versionName "0.9.11" minSdkVersion 16 targetSdkVersion 27 resValue "string", "app_name", appName |