diff options
author | cyBerta <cyberta@riseup.net> | 2017-11-10 16:27:59 +0100 |
---|---|---|
committer | cyBerta <cyberta@riseup.net> | 2017-11-10 16:27:59 +0100 |
commit | ad14a420062da7aa4523e106ea4fe504655b9c1e (patch) | |
tree | 4fe5362b7746a95581eafd5109dece2a882ebb5b | |
parent | 73d85b0b5692502aaf4374cdbca39cb622402f43 (diff) |
set version name to 0.9.7RC20.9.7RC2
-rw-r--r-- | CHANGELOG | 4 | ||||
-rw-r--r-- | app/src/main/AndroidManifest.xml | 4 |
2 files changed, 6 insertions, 2 deletions
@@ -4,6 +4,10 @@ Bugs: - switching between different providers was buggy - bitmask selected the nearest gateway of all providers ever chosen, now the nearest gateway of the current provider is selected +- fixes app crashes on tablets +- fix major tablet layout issues +- fixes app crashes during provider set up if a user clicks too fast around +- update information in About Page Features: - updated ics-openvpn code, incl. openvpn and openssl diff --git a/app/src/main/AndroidManifest.xml b/app/src/main/AndroidManifest.xml index 86d1f01f..699a2f57 100644 --- a/app/src/main/AndroidManifest.xml +++ b/app/src/main/AndroidManifest.xml @@ -17,8 +17,8 @@ <manifest xmlns:android="http://schemas.android.com/apk/res/android" package="se.leap.bitmaskclient" - android:versionCode="129" - android:versionName="0.9.7RC1" > + android:versionCode="130" + android:versionName="0.9.7RC2" > <uses-permission android:name="android.permission.INTERNET" /> <uses-permission android:name="android.permission.ACCESS_NETWORK_STATE" /> |