forked from organicmaps/organicmaps
[android] Increased targetSDKVersion to 15
This commit is contained in:
parent
9db36b8833
commit
e3e64a8b47
1 changed files with 1 additions and 1 deletions
|
@ -6,7 +6,7 @@
|
|||
android:installLocation="preferExternal"
|
||||
android:sharedUserId="com.mapswithme"
|
||||
android:sharedUserLabel="@string/app_name">
|
||||
<uses-sdk android:minSdkVersion="7" android:targetSdkVersion="14"/>
|
||||
<uses-sdk android:minSdkVersion="7" android:targetSdkVersion="15"/>
|
||||
<uses-feature android:glEsVersion="0x00020000" android:required="true" />
|
||||
<uses-feature android:required="true" android:name="android.hardware.touchscreen.multitouch" />
|
||||
<uses-feature android:required="false" android:name="android.hardware.wifi" />
|
||||
|
|
Loading…
Add table
Reference in a new issue