diff options
author | Juan Linietsky <reduzio@gmail.com> | 2016-01-08 13:36:44 -0300 |
---|---|---|
committer | Juan Linietsky <reduzio@gmail.com> | 2016-01-08 13:36:44 -0300 |
commit | 401622cc229317bd218f070dd07a3bd8db582f16 (patch) | |
tree | be10159e88dc35eab1a5bcc10ca561470e47472c /platform/android/AndroidManifest.xml.template | |
parent | 405cfb6da2d6d4ccbe19a88b133e73967d0769c9 (diff) | |
download | redot-engine-401622cc229317bd218f070dd07a3bd8db582f16.tar.gz |
-Removed ANT build system for Android, as it was deprecated by Google
-Added new Gradle build system, as it is the required build system
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 02645aff7f..9fd52f6438 100644 --- a/platform/android/AndroidManifest.xml.template +++ b/platform/android/AndroidManifest.xml.template @@ -189,7 +189,7 @@ $$ADD_PERMISSION_CHUNKS$$ <uses-permission android:name="godot.custom.7"/> <uses-permission android:name="godot.custom.8"/> <uses-permission android:name="godot.custom.9"/> -<uses-permission android:name="godot.custom.0"/> +<uses-permission android:name="godot.custom.10"/> <uses-permission android:name="godot.custom.11"/> <uses-permission android:name="godot.custom.12"/> <uses-permission android:name="godot.custom.13"/> |