diff options
author | Arne Schwabe <arne@rfc2549.org> | 2012-05-11 01:17:01 +0200 |
---|---|---|
committer | Arne Schwabe <arne@rfc2549.org> | 2012-05-11 01:17:01 +0200 |
commit | 82940714ebe944e63ed70c745e1abe950673fe5b (patch) | |
tree | 8dfcf9627b5db22ffdf3ebe37d7c0529f0fb6fe9 /AndroidManifest.xml | |
parent | 480535d1de23e30780b3ae5a166cdc59a22a2adc (diff) |
CLeanups
Fix backtrace from market console, I suspect someone tried IPv6 and I failed him/her :(
Diffstat (limited to 'AndroidManifest.xml')
-rw-r--r-- | AndroidManifest.xml | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/AndroidManifest.xml b/AndroidManifest.xml index 61c5f585..8943334a 100644 --- a/AndroidManifest.xml +++ b/AndroidManifest.xml @@ -17,8 +17,8 @@ <manifest xmlns:android="http://schemas.android.com/apk/res/android" package="de.blinkt.openvpn" - android:versionCode="23" - android:versionName="0.5.2" > + android:versionCode="24" + android:versionName="0.5.3" > <uses-permission android:name="android.permission.INTERNET" /> @@ -29,7 +29,6 @@ <application android:icon="@drawable/icon" android:label="@string/app" > - <activity android:name=".FileSelectionFragment" /> <activity android:name=".AboutFragment" /> <activity android:name=".VPNPreferences" /> <activity |