From e169627905485fd1676a0c6f697e35d6e4c4b773 Mon Sep 17 00:00:00 2001 From: Sebastian Kaspari Date: Sat, 19 Feb 2011 21:09:44 +0100 Subject: [PATCH] Target and minimum SDK Version set to 4 (Android 1.6) --- application/AndroidManifest.xml | 2 +- application/default.properties | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/application/AndroidManifest.xml b/application/AndroidManifest.xml index 7323a29..8e0c892 100644 --- a/application/AndroidManifest.xml +++ b/application/AndroidManifest.xml @@ -90,7 +90,7 @@ along with Yaaic. If not, see . - + \ No newline at end of file diff --git a/application/default.properties b/application/default.properties index a1ef8e9..19c9665 100644 --- a/application/default.properties +++ b/application/default.properties @@ -10,4 +10,4 @@ # Indicates whether an apk should be generated for each density. split.density=false # Project target. -target=android-3 +target=android-4