Build for 1.6 instead of 1.5 for SMS APIs

This commit is contained in:
eehouse 2010-02-09 14:16:23 +00:00
parent 35352f8b6c
commit 69ce7e2ef0

View file

@ -9,5 +9,6 @@
# Indicates whether an apk should be generated for each density.
split.density=false
# Project target.
target=android-3
# Project target. 4 == 1.6, but I need that for the SMS APIs. Later
# set it back to android-3 and figure out how to gracefully degrade.
target=android-4