1
0
mirror of https://github.com/moparisthebest/k-9 synced 2024-11-27 11:42:16 -05:00

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.)
This commit is contained in:
Jesse Vincent 2010-07-23 19:13:57 +00:00
parent b3ac8e86e7
commit 08679b68ee
2 changed files with 2 additions and 2 deletions

View File

@ -1,2 +1,2 @@
application-package=com.fsck.k9
target=android-6
target=android-8

View File

@ -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