diff options
-rw-r--r-- | CHANGELOG | 4 | ||||
-rw-r--r-- | app/src/main/AndroidManifest.xml | 4 |
2 files changed, 4 insertions, 4 deletions
@@ -5,8 +5,8 @@ Bugs: 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 +- fixes major tablet layout issues +- fixes different app crashes during provider set up - update information in About Page Features: diff --git a/app/src/main/AndroidManifest.xml b/app/src/main/AndroidManifest.xml index 699a2f57..8c6b25d5 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="130" - android:versionName="0.9.7RC2" > + android:versionCode="131" + android:versionName="0.9.7" > <uses-permission android:name="android.permission.INTERNET" /> <uses-permission android:name="android.permission.ACCESS_NETWORK_STATE" /> |