From ccea56fba9ab6b51195a62a01f989c2ec1374ec5 Mon Sep 17 00:00:00 2001 From: Struan Donald Date: Fri, 8 Jun 2012 15:56:12 +0100 Subject: lower the minimum API level --- Android/AndroidManifest.xml | 2 +- Android/project.properties | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'Android') diff --git a/Android/AndroidManifest.xml b/Android/AndroidManifest.xml index 9416b9b..b4f8c73 100644 --- a/Android/AndroidManifest.xml +++ b/Android/AndroidManifest.xml @@ -4,7 +4,7 @@ android:versionCode="1" android:versionName="1.0" > - + diff --git a/Android/project.properties b/Android/project.properties index 8da376a..f049142 100644 --- a/Android/project.properties +++ b/Android/project.properties @@ -8,4 +8,4 @@ # project structure. # Project target. -target=android-15 +target=android-10 -- cgit v1.2.3