Remove redundant minSdkVersion and targetSdkVersion settings from AndroidManifest.xml

This commit is contained in:
Henrik Rydgård 2018-09-30 21:53:49 +02:00
parent a661672cf2
commit 56f9895bbc

View File

@ -6,10 +6,6 @@
android:versionName="1.6.3.0">
<!-- 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:name="android.hardware.screen.landscape" android:required="false" />
<uses-feature android:name="android.hardware.touchscreen" android:required="false" />