diff options
author | cyBerta <cyberta@riseup.net> | 2017-11-22 00:20:27 +0100 |
---|---|---|
committer | cyBerta <cyberta@riseup.net> | 2017-11-22 00:20:27 +0100 |
commit | f19e355b2e53af5d76880bb7450137c4c9a2e227 (patch) | |
tree | 7982ab5397fe4600cd29392d50f33fbcdbcdecbd | |
parent | e9f23cd2ce3038925358a98aff18bddfe8c2280c (diff) |
set version name to 0.9.70.9.7
-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" /> |