up target SDK to pull in multitouch APIs

This commit is contained in:
Andy2 2011-12-01 05:40:50 -08:00
parent c39487e0cc
commit b242d70029
3 changed files with 3 additions and 3 deletions

View file

@ -34,7 +34,7 @@
<!-- <uses-permission android:name="android.permission.RECEIVE_SMS" /> -->
<!-- <uses-permission android:name="android.permission.SEND_SMS" /> -->
<uses-sdk android:minSdkVersion="3" android:targetSdkVersion="4" />
<uses-sdk android:minSdkVersion="3" android:targetSdkVersion="5" />
<application android:icon="@drawable/icon48x48"
android:label="@string/app_name"

View file

@ -10,4 +10,4 @@
# Indicates whether an apk should be generated for each density.
split.density=false
# Project target.
target=android-4
target=android-5

View file

@ -7,7 +7,7 @@ cd ../XWords4
# create local.properties for 1.6 sdk (target id 4). Use 'android
# list targets' to get the full set.
android update project --path . --target 4
android update project --path . --target 6
echo "local.properties looks like this:"
echo ""