mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2025-01-30 08:34:16 +01:00
add minSdkVersion and targetSdkVersion
This commit is contained in:
parent
772291ea73
commit
bfee36bf56
1 changed files with 3 additions and 1 deletions
|
@ -24,7 +24,9 @@
|
|||
>
|
||||
<uses-permission android:name="android.permission.INTERNET" />
|
||||
<uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE" />
|
||||
|
||||
|
||||
<uses-sdk android:minSdkVersion="3" android:targetSdkVersion="4" />
|
||||
|
||||
<application android:icon="@drawable/icon48x48"
|
||||
android:label="@string/app_name"
|
||||
>
|
||||
|
|
Loading…
Add table
Reference in a new issue