Skip to content
Snippets Groups Projects
Commit 307d4398 authored by cyberta's avatar cyberta
Browse files

update version to 1.0.2RC4

parent 97ce9dbb
Branches
Tags 1.0.2RC4
No related merge requests found
...@@ -9,6 +9,8 @@ features: ...@@ -9,6 +9,8 @@ features:
bugfixes: bugfixes:
- fix performance issues on UI thread if VPN (re-)connects - fix performance issues on UI thread if VPN (re-)connects
- fix several crashes - fix several crashes
- removed annoying dot from navigation drawer menu icon ;)
- show the correct state on main screen if VPN blocks all outgoing traffic
1.0.1 1.0.1
- fix Android 9 crash - fix Android 9 crash
......
...@@ -14,8 +14,8 @@ android { ...@@ -14,8 +14,8 @@ android {
defaultConfig { defaultConfig {
applicationId "se.leap.bitmaskclient" applicationId "se.leap.bitmaskclient"
versionCode 144 versionCode 145
versionName "1.0.2RC3" versionName "1.0.2RC4"
minSdkVersion 16 minSdkVersion 16
targetSdkVersion 28 targetSdkVersion 28
vectorDrawables.useSupportLibrary = true vectorDrawables.useSupportLibrary = true
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment