diff options
| author | Juan Linietsky | 2017-03-23 20:14:12 -0300 |
|---|---|---|
| committer | Juan Linietsky | 2017-03-23 20:14:12 -0300 |
| commit | efaeebab4d83e5657288b7b20db6ce4ccf987a01 (patch) | |
| tree | 2c748755605fe2e1bc065519df35f57b49dbf7b4 /platform/android/AndroidManifest.xml.template | |
| parent | c37fad650f92845a6f59740fea2fea1b46f56db1 (diff) | |
| download | godot-efaeebab4d83e5657288b7b20db6ce4ccf987a01.tar.gz godot-efaeebab4d83e5657288b7b20db6ce4ccf987a01.tar.zst godot-efaeebab4d83e5657288b7b20db6ce4ccf987a01.zip | |
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.template | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/platform/android/AndroidManifest.xml.template b/platform/android/AndroidManifest.xml.template index 2a24c7cdc..be5afb406 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"/> |
