mirror of
https://github.com/peterosterlund2/droidfish.git
synced 2025-03-23 21:55:21 +01:00
DroidFish: Changed min sdk version to 9 because the native syzygy probing code currently does not work on android 2.2.
This commit is contained in:
parent
0ab4aae1b1
commit
fb9bbdfda4
@ -1,7 +1,7 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
package="org.petero.droidfish"
|
||||
android:versionCode="62"
|
||||
android:versionCode="63"
|
||||
android:versionName="1.55"
|
||||
android:installLocation="auto">
|
||||
<supports-screens android:largeScreens="true"
|
||||
@ -10,7 +10,7 @@
|
||||
<uses-permission android:name="android.permission.INTERNET" />
|
||||
<uses-permission android:name="android.permission.WAKE_LOCK" />
|
||||
<uses-permission android:name="android.permission.VIBRATE" />
|
||||
<uses-sdk android:minSdkVersion="4"
|
||||
<uses-sdk android:minSdkVersion="9"
|
||||
android:targetSdkVersion="10"/>
|
||||
<application android:icon="@drawable/icon"
|
||||
android:label="@string/app_name"
|
||||
|
Loading…
x
Reference in New Issue
Block a user