summaryrefslogtreecommitdiff
path: root/Source/Android
diff options
context:
space:
mode:
authorLioncash <mathew1800@gmail.com>2014-12-20 17:03:41 -0500
committerLioncash <mathew1800@gmail.com>2014-12-20 17:03:41 -0500
commit0735aaf208016bf54e5c2523d6697cd2e5eb9bfb (patch)
tree966e0de563dec851ed5d9eda8d4194596e5d5214 /Source/Android
parent829132d465cf1ddef7b06cacf45a7270b5676b41 (diff)
parent3b332f72700e3a02ba8b62553bfa8ffd3a4fba5e (diff)
Merge pull request #1741 from Sonicadvance1/android_stop_pretending
[Android] Raise requirements to Android 4.3 and OpenGL ES 3.0
Diffstat (limited to 'Source/Android')
-rw-r--r--Source/Android/AndroidManifest.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/Source/Android/AndroidManifest.xml b/Source/Android/AndroidManifest.xml
index e1c08cf332..0bb483c338 100644
--- a/Source/Android/AndroidManifest.xml
+++ b/Source/Android/AndroidManifest.xml
@@ -6,10 +6,10 @@
android:installLocation="auto">
<uses-sdk
- android:minSdkVersion="17"
+ android:minSdkVersion="18"
android:targetSdkVersion="21" />
- <uses-feature android:glEsVersion="0x00020000" />
+ <uses-feature android:glEsVersion="0x00030000" />
<uses-feature android:name="android.hardware.screen.landscape" />