summaryrefslogtreecommitdiff
path: root/platform/android/AndroidManifest.xml.template
diff options
context:
space:
mode:
authorJuan Linietsky <reduzio@gmail.com>2017-03-23 20:14:12 -0300
committerJuan Linietsky <reduzio@gmail.com>2017-03-23 20:14:12 -0300
commitefaeebab4d83e5657288b7b20db6ce4ccf987a01 (patch)
tree2c748755605fe2e1bc065519df35f57b49dbf7b4 /platform/android/AndroidManifest.xml.template
parentc37fad650f92845a6f59740fea2fea1b46f56db1 (diff)
Several fixes to Android exporter and port.
Android seems to be working again!
Diffstat (limited to 'platform/android/AndroidManifest.xml.template')
-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 2a24c7cdc2..be5afb406a 100644
--- a/platform/android/AndroidManifest.xml.template
+++ b/platform/android/AndroidManifest.xml.template
@@ -31,7 +31,7 @@
$$ADD_APPLICATION_CHUNKS$$
</application>
- <uses-feature android:glEsVersion="0x00020000"/>
+ <uses-feature android:glEsVersion="0x00030000"/>
$$ADD_PERMISSION_CHUNKS$$
<uses-permission android:name="godot.ACCESS_CHECKIN_PROPERTIES"/>