Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
- update gradle plugins versions
- add formatting rules for AndroidManifest and gradle build files
- cleanup java_godot_lib_jni
Note: logic was mostly moved around and no new logic/functionality was added.
|
|
and an application module (`app`).
The application module `app` serves double duties of providing the prebuilt Godot binaries ('android_debug.apk', 'android_release.apk') and the Godot custom build template ('android_source.zip').
|
|
Matching changes made in #31521 and #31547 but only in the Jetbrains
IDE config.
|
|
|
|
As a bonus there is no need to use undocumented Gradle API any more.
|
|
|
|
|
|
|
|
Upgrade Gradle and Android plugin for Gradle
Disable all signing and zip-aligning for the export templates
Give correct names to generated APKs
Put .so files built by SCons right where Gradle has to pick them according to arch & build type
Downgrade NDK platform to 14 to match minSdkVersion
|
|
-Added new Gradle build system, as it is the required build system
|