summaryrefslogtreecommitdiff
path: root/AndroidManifest.xml
diff options
context:
space:
mode:
authorArne Schwabe <arne@rfc2549.org>2013-07-02 15:59:18 +0200
committerArne Schwabe <arne@rfc2549.org>2013-07-02 15:59:18 +0200
commitd06b048b29d9e7f200bcb1d572b4572176b0beb7 (patch)
tree13f604679e16e5e6789f3dff51c3853239fa915f /AndroidManifest.xml
parent8d0fe93edc48e43c3772529e27ff63bf88d49a36 (diff)
I am not sure why I remove API version 14. I seem not use any 15+ API...
Diffstat (limited to 'AndroidManifest.xml')
-rw-r--r--AndroidManifest.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/AndroidManifest.xml b/AndroidManifest.xml
index 6c362655..abf2f3b3 100644
--- a/AndroidManifest.xml
+++ b/AndroidManifest.xml
@@ -13,7 +13,7 @@
<!-- <uses-permission android:name="com.android.vending.BILLING" /> -->
<uses-sdk
- android:minSdkVersion="15"
+ android:minSdkVersion="14"
android:targetSdkVersion="17" />
<permission