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

set version name to 0.9.7RC2

parent 73d85b0b
Branches
Tags 0.9.7RC2
No related merge requests found
Pipeline #
...@@ -4,6 +4,10 @@ Bugs: ...@@ -4,6 +4,10 @@ Bugs:
- switching between different providers was buggy - bitmask selected - switching between different providers was buggy - bitmask selected
the nearest gateway of all providers ever chosen, now the nearest the nearest gateway of all providers ever chosen, now the nearest
gateway of the current provider is selected 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: Features:
- updated ics-openvpn code, incl. openvpn and openssl - updated ics-openvpn code, incl. openvpn and openssl
......
...@@ -17,8 +17,8 @@ ...@@ -17,8 +17,8 @@
<manifest xmlns:android="http://schemas.android.com/apk/res/android" <manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="se.leap.bitmaskclient" package="se.leap.bitmaskclient"
android:versionCode="129" android:versionCode="130"
android:versionName="0.9.7RC1" > android:versionName="0.9.7RC2" >
<uses-permission android:name="android.permission.INTERNET" /> <uses-permission android:name="android.permission.INTERNET" />
<uses-permission android:name="android.permission.ACCESS_NETWORK_STATE" /> <uses-permission android:name="android.permission.ACCESS_NETWORK_STATE" />
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment