diff options
| author | Parménides GV <parmegv@sdf.org> | 2015-06-08 10:50:55 +0200 |
|---|---|---|
| committer | Parménides GV <parmegv@sdf.org> | 2015-06-08 10:50:55 +0200 |
| commit | 0e8fccf9ba9e509f1aaa65e58bc2cfd4754f90f4 (patch) | |
| tree | f69ed627e1c21ecbfc0f3c8b0660eaf24b00d62a | |
| parent | 471f9a8dba225921cf1a555ad6645305a860c7fb (diff) | |
0.9.4RC2 - ics-openvpn updated
| -rw-r--r-- | CHANGELOG | 1 | ||||
| -rw-r--r-- | app/src/main/AndroidManifest.xml | 4 |
2 files changed, 3 insertions, 2 deletions
@@ -25,6 +25,7 @@ Features: feedback so that localization can be polished. - Improved wording, both in Spanish and in English. - Updated gradle libraries +- Updated ics-openvpn (thanks Arne), from GitHub! 0.9.3 Bugs: diff --git a/app/src/main/AndroidManifest.xml b/app/src/main/AndroidManifest.xml index 4877fcb4..24a0a68e 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="121" - android:versionName="0.9.4RC1" > + android:versionCode="122" + android:versionName="0.9.4RC2" > <uses-permission android:name="android.permission.INTERNET" /> <uses-permission android:name="android.permission.ACCESS_NETWORK_STATE" /> |
