diff options
author | Arne Schwabe <arne@rfc2549.org> | 2013-11-01 15:03:52 +0100 |
---|---|---|
committer | Arne Schwabe <arne@rfc2549.org> | 2013-11-01 15:03:52 +0100 |
commit | b7bf2292b091129404aea585693298692895f003 (patch) | |
tree | 0f648333e1b011e491073ab62d2e2e8a48f4160e /AndroidManifest.xml | |
parent | 1a49c83ad2fd3c98149e15c5605a2916069674ed (diff) |
Welcome Android 4.4
Diffstat (limited to 'AndroidManifest.xml')
-rw-r--r-- | AndroidManifest.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/AndroidManifest.xml b/AndroidManifest.xml index 4c4177a6..7e609c51 100644 --- a/AndroidManifest.xml +++ b/AndroidManifest.xml @@ -14,7 +14,7 @@ <uses-sdk android:minSdkVersion="14" - android:targetSdkVersion="18" /> + android:targetSdkVersion="19" /> <!-- Copy the <permission> block to your app when using the REMOTE API. Otherwise OpenVPN for Android needs to be installed first --> |