mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-02-01 02:21:26 +02:00
AndroidManifest: Increment the minimum and target SDK values
This commit is contained in:
parent
5b1f734695
commit
4d6bc39e2f
@ -6,8 +6,8 @@
|
||||
android:installLocation="auto">
|
||||
|
||||
<uses-sdk
|
||||
android:minSdkVersion="14"
|
||||
android:targetSdkVersion="19" />
|
||||
android:minSdkVersion="17"
|
||||
android:targetSdkVersion="21" />
|
||||
|
||||
<uses-feature android:glEsVersion="0x00020000" />
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user