forked from organicmaps/organicmaps-tmp
[android][manifest] Increased targetSDK api to 14 to improve user experience according to http://developer.android.com/guide/topics/manifest/uses-sdk-element.html#target
This commit is contained in:
parent
4072ca531a
commit
894ad09032
1 changed files with 1 additions and 1 deletions
|
@ -4,7 +4,7 @@
|
|||
android:versionCode="200"
|
||||
android:versionName="2.0.0"
|
||||
android:installLocation="preferExternal">
|
||||
<uses-sdk android:minSdkVersion="7" android:targetSdkVersion="10"/>
|
||||
<uses-sdk android:minSdkVersion="7" android:targetSdkVersion="14"/>
|
||||
<uses-feature android:glEsVersion="0x00010001" />
|
||||
<uses-feature android:required="true" android:name="android.hardware.touchscreen.multitouch" />
|
||||
<uses-feature android:required="true" android:name="android.hardware.wifi" />
|
||||
|
|
Loading…
Add table
Reference in a new issue