godot/platform/android/java/app
Rémi Verschelde 0c7b3fff44 Android: Fix manifest parsing and APK names in export code
A better fix would be to make Godot's export code properly parse the
tag over multiple lines (and maybe even use XMLParser instead of doing
it ad-hoc?).

As for the APK names, we could alternatively pick the first .apk found
in the `debug` and `release` folders without expecting a specific name.

Fixes #32414.
2019-10-03 12:13:45 +02:00
..
src/com/godot/game Fix copyright headers and style issues 2019-09-24 11:52:06 +02:00
AndroidManifest.xml Android: Fix manifest parsing and APK names in export code 2019-10-03 12:13:45 +02:00
build.gradle Split the Android platform java logic into an Android library module (lib) and an application module (app). 2019-09-04 16:20:22 -07:00
config.gradle Split the Android platform java logic into an Android library module (lib) and an application module (app). 2019-09-04 16:20:22 -07:00