diff options
author | schwabe <devnull@localhost> | 2012-04-29 16:05:44 +0200 |
---|---|---|
committer | schwabe <devnull@localhost> | 2012-04-29 16:05:44 +0200 |
commit | ec65a38af4edc986f7f1a90e446cc8713c9ca05e (patch) | |
tree | e3c5d76eb4b2b10cdeefbadedb6e524e369e79f6 /AndroidManifest.xml | |
parent | 97609f39a5ec3a4f332bd7eec79aae91cd7dd56a (diff) |
Version 0.4 had a User/password and static keys options that will not work. Fix that
Diffstat (limited to 'AndroidManifest.xml')
-rw-r--r-- | AndroidManifest.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/AndroidManifest.xml b/AndroidManifest.xml index 91c93336..b7b7d198 100644 --- a/AndroidManifest.xml +++ b/AndroidManifest.xml @@ -18,11 +18,11 @@ <manifest xmlns:android="http://schemas.android.com/apk/res/android" package="de.blinkt.openvpn" android:versionCode="8" - android:versionName="0.0.4" > + android:versionName="0.0.4a" > <uses-permission android:name="android.permission.INTERNET" /> - <uses-sdk android:minSdkVersion="14" /> + <uses-sdk android:minSdkVersion="15" /> <!-- <uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE" /> --> |