From 3b332f72700e3a02ba8b62553bfa8ffd3a4fba5e Mon Sep 17 00:00:00 2001 From: Ryan Houdek Date: Sat, 20 Dec 2014 15:43:51 -0600 Subject: [PATCH] [Android] Raise requirements to Android 4.3 and OpenGL ES 3.0 We need to stop pretending that we "support" GLES 2.0 devices. We are a high performance application that requires GLES 3.0, which was officially supported in Android 4.3. The few Android phones that released with Android 4.2 and supported OpenGL ES 3.0 have already been updated to a later Android version. --- Source/Android/AndroidManifest.xml | 4 ++-- 1 file 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"> - +