From b4d0bd5d5d05d7c70fa235013876ee7fa3990eb0 Mon Sep 17 00:00:00 2001 From: Jesse Vincent Date: Sun, 6 Jun 2010 22:01:07 +0000 Subject: [PATCH] Bump our default target to android-6 since the current SDK doesn't offer an android-5. Fixes 1721 --- default.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/default.properties b/default.properties index c174b2599..6017a4b04 100644 --- a/default.properties +++ b/default.properties @@ -10,4 +10,4 @@ # Indicates whether an apk should be generated for each density. split.density=false # Project target. -target=android-5 +target=android-6