mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-02 22:29:21 +00:00
[Android] Drop minimum Android version support to 2.3 since there is a /bunch/ of people asking for it.
This commit is contained in:
parent
92bea77e56
commit
4a3bbf6165
1 changed files with 1 additions and 1 deletions
|
@ -4,7 +4,7 @@
|
||||||
android:versionCode="2"
|
android:versionCode="2"
|
||||||
android:versionName="0.2" >
|
android:versionName="0.2" >
|
||||||
|
|
||||||
<uses-sdk android:minSdkVersion="14" android:targetSdkVersion="14"/>
|
<uses-sdk android:minSdkVersion="9" android:targetSdkVersion="14"/>
|
||||||
|
|
||||||
<uses-feature android:glEsVersion="0x00020000"></uses-feature>
|
<uses-feature android:glEsVersion="0x00020000"></uses-feature>
|
||||||
<uses-feature android:name="android.hardware.screen.landscape" />
|
<uses-feature android:name="android.hardware.screen.landscape" />
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue