From 08679b68ee08397d900ac0a50a290749b4fbac54 Mon Sep 17 00:00:00 2001 From: Jesse Vincent Date: Fri, 23 Jul 2010 19:13:57 +0000 Subject: [PATCH] Yay! Google got rid of the android-6 distribution in the SDK. We now build against android-8, (though we're still backwards compatible to android-3.) --- build.properties | 2 +- default.properties | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/build.properties b/build.properties index 5a74370fd..9c498adc7 100644 --- a/build.properties +++ b/build.properties @@ -1,2 +1,2 @@ application-package=com.fsck.k9 -target=android-6 +target=android-8 diff --git a/default.properties b/default.properties index 6017a4b04..51e933a98 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-6 +target=android-8