mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2025-02-04 20:46:28 +01:00
go back to requiring SDK 8 APIs for Base64. Will probably need to
expose the implementation in common via jni since there are still a lot of SDK-7 devices out there.
This commit is contained in:
parent
606cfef6d6
commit
0229c4ca2a
1 changed files with 1 additions and 1 deletions
|
@ -37,7 +37,7 @@
|
||||||
<uses-permission android:name="android.permission.BLUETOOTH_ADMIN" />
|
<uses-permission android:name="android.permission.BLUETOOTH_ADMIN" />
|
||||||
<uses-permission android:name="android.permission.READ_CONTACTS" />
|
<uses-permission android:name="android.permission.READ_CONTACTS" />
|
||||||
|
|
||||||
<uses-sdk android:minSdkVersion="7" android:targetSdkVersion="8" />
|
<uses-sdk android:minSdkVersion="8" android:targetSdkVersion="8" />
|
||||||
|
|
||||||
<application android:icon="@drawable/icon48x48"
|
<application android:icon="@drawable/icon48x48"
|
||||||
android:label="@string/app_name"
|
android:label="@string/app_name"
|
||||||
|
|
Loading…
Add table
Reference in a new issue