summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRĂ©mi Verschelde <rverschelde@gmail.com>2018-07-03 17:34:11 +0200
committerGitHub <noreply@github.com>2018-07-03 17:34:11 +0200
commit1d57d03ea05e253bc97d1bb63a243642a3bd530d (patch)
treeda7be7df0b677fb2aacae86487c6af1d8d46ffc0
parentfb838bf1b4cf4ecb8e8e7d1039f1342b1d977ef2 (diff)
parent1262f940c1abce024d24d9c8ab8eb0eeb65dc373 (diff)
Merge pull request #19934 from volzhs/gles2-android
Change required gles version to 2 for android
-rw-r--r--platform/android/AndroidManifest.xml.template2
1 files changed, 1 insertions, 1 deletions
diff --git a/platform/android/AndroidManifest.xml.template b/platform/android/AndroidManifest.xml.template
index 13d10b5026..21dfb87e1c 100644
--- a/platform/android/AndroidManifest.xml.template
+++ b/platform/android/AndroidManifest.xml.template
@@ -32,7 +32,7 @@
$$ADD_APPLICATION_CHUNKS$$
</application>
- <uses-feature android:glEsVersion="0x00030000" android:required="true" />
+ <uses-feature android:glEsVersion="0x00020000" android:required="true" />
$$ADD_PERMISSION_CHUNKS$$
<uses-permission android:name="godot.ACCESS_CHECKIN_PROPERTIES"/>