Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-11-10 | Upgrade Android gradle plugin to version 7.2.1 | Fredia Huya-Kouadio | |
2021-10-14 | Upgrade Android Gradle to version 7.2 | Marcel Admiraal | |
2021-06-24 | Update config versions and deprecate the use of the jcenter maven repo. | ne0fhyk | |
2020-10-28 | Update the gradle plugins | Fredia Huya-Kouadio | |
2020-03-04 | Miscellaneous cleanup for the Android codebase: | fhuya | |
- 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. | |||
2019-09-04 | Split the Android platform java logic into an Android library module (`lib`) ↵ | fhuya | |
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'). | |||
2019-08-27 | Android: Bump gradle version to 5.1.1 | Rémi Verschelde | |
Matching changes made in #31521 and #31547 but only in the Jetbrains IDE config. | |||
2018-12-18 | Fix lint error/warning while building android template | volzhs | |
2018-10-08 | Fix build with Android NDK r18 | Wojciech Milkowski | |
As a bonus there is no need to use undocumented Gradle API any more. | |||
2018-01-03 | Update android build tool to latest | volzhs | |
2017-07-30 | update gradle-android buildtool for master | ISylvox | |
2017-05-12 | Update to latest gradle | volzhs | |
2016-06-27 | Make Android build smarter (SCons + Gradle) | Pedro J. Estébanez | |
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 | |||
2016-01-08 | -Removed ANT build system for Android, as it was deprecated by Google | Juan Linietsky | |
-Added new Gradle build system, as it is the required build system |