mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2025-01-27 07:58:49 +01:00
up target SDK to pull in multitouch APIs
This commit is contained in:
parent
c39487e0cc
commit
b242d70029
3 changed files with 3 additions and 3 deletions
|
@ -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"
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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 ""
|
||||
|
|
Loading…
Add table
Reference in a new issue