From 58b96c50015aea4c46111f62a040b6a1a056ac0e Mon Sep 17 00:00:00 2001 From: Sean Leonard Date: Tue, 25 Jun 2013 08:14:26 -0600 Subject: Proper API level targeting: min 14, target 17 --- AndroidManifest.xml | 6 +++--- project.properties | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/AndroidManifest.xml b/AndroidManifest.xml index 9599747..f514b36 100644 --- a/AndroidManifest.xml +++ b/AndroidManifest.xml @@ -27,8 +27,8 @@ + android:minSdkVersion="14" + android:targetSdkVersion="17" /> - \ No newline at end of file + diff --git a/project.properties b/project.properties index 895c9ce..c4f09d2 100644 --- a/project.properties +++ b/project.properties @@ -8,4 +8,4 @@ # project structure. # Project target. -target=android-16 +target=android-17 -- cgit v1.2.3