Skip to content

Commit

Permalink
Merge pull request #11434 from hrydgard/android-studio-fix
Browse files Browse the repository at this point in the history
Remove redundant minSdkVersion and targetSdkVersion settings from AndroidManifest.xml
  • Loading branch information
unknownbrackets committed Sep 30, 2018
2 parents a661672 + 56f9895 commit 4fbeec1
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions android/AndroidManifest.xml
Expand Up @@ -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" />
Expand Down

0 comments on commit 4fbeec1

Please sign in to comment.