mirror of
https://github.com/libretro/ppsspp.git
synced 2025-02-12 20:40:49 +00:00
Remove redundant minSdkVersion and targetSdkVersion settings from AndroidManifest.xml
This commit is contained in:
parent
a661672cf2
commit
56f9895bbc
@ -6,10 +6,6 @@
|
|||||||
android:versionName="1.6.3.0">
|
android:versionName="1.6.3.0">
|
||||||
<!-- Note that versionCode should be in the format xyzzrrrr. Example: 16030000 -->
|
<!-- Note that versionCode should be in the format xyzzrrrr. Example: 16030000 -->
|
||||||
|
|
||||||
<uses-sdk
|
|
||||||
android:minSdkVersion="9"
|
|
||||||
android:targetSdkVersion="28" />
|
|
||||||
|
|
||||||
<uses-feature android:glEsVersion="0x00020000" />
|
<uses-feature android:glEsVersion="0x00020000" />
|
||||||
<uses-feature android:name="android.hardware.screen.landscape" android:required="false" />
|
<uses-feature android:name="android.hardware.screen.landscape" android:required="false" />
|
||||||
<uses-feature android:name="android.hardware.touchscreen" android:required="false" />
|
<uses-feature android:name="android.hardware.touchscreen" android:required="false" />
|
||||||
|
Loading…
x
Reference in New Issue
Block a user