summaryrefslogtreecommitdiff
path: root/AndroidManifest.xml
diff options
context:
space:
mode:
authorArne Schwabe <arne@rfc2549.org>2012-05-11 01:17:01 +0200
committerArne Schwabe <arne@rfc2549.org>2012-05-11 01:17:01 +0200
commit0291c756696f9ef5a8e2a23ed3b4b1ff79e91e08 (patch)
tree8dfcf9627b5db22ffdf3ebe37d7c0529f0fb6fe9 /AndroidManifest.xml
parentbfb51aa744b09b248daacd3ada8f04e6c6f7d5a5 (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.xml5
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