summaryrefslogtreecommitdiffstats
path: root/platform/android/java/lib/build.gradle
Commit message (Expand)AuthorAgeFilesLines
* Update the `production` build argument for Android Studio debug buildsFredia Huya-Kouadio2024-10-301-1/+1
* Improve support for XR projectsFredia Huya-Kouadio2024-09-061-2/+2
* Merge pull request #90147 from melquiadess/remove-redundant-semicolonsRémi Verschelde2024-04-041-1/+1
|\
| * Remove redundant semicolons from Kotlin/gradle filesmelquiadess2024-04-021-1/+1
* | Extract parsing command line file to a separate class + add unit testsmelquiadess2024-04-041-0/+3
|/
* Always enable debug symbols when developing with Android StudioFredia Huya-Kouadio2024-02-151-1/+2
* Update Android dependencies for the projectFredia Huya-Kouadio2024-01-181-2/+6
* Update the gradle build tasks to generate play store builds.Fredia Huya-Kouadio2023-04-271-13/+10
* Configure maven central snapshot versions for the Godot Android libraryFredia Huya-Kouadio2023-03-061-1/+0
* Upgrade Android gradle plugin to version 7.2.1Fredia Huya-Kouadio2022-11-101-7/+6
* Fix the gradle build configuration for the Android platform following https:/...Fredia Huya-Kouadio2022-10-051-11/+20
* Unify bits, arch, and android_arch into env["arch"]Aaron Franke2022-08-251-1/+1
* Ensure Android Java and Kotlin compile to the same versionMarcel Admiraal2022-06-011-2/+8
* Android port of the Godot EditorFredy Huya-Kouadio2022-03-281-22/+62
* Setup logic to publish the Godot Android library to MavenCentralFredia Huya-Kouadio2022-03-141-0/+17
* Use current androidx Fragment library instead of legacy librariesMarcel Admiraal2021-09-081-2/+1
* Enable `doNotStrip` when doing development/debugging within Android StudioFredia Huya-Kouadio2021-03-161-2/+4
* Add logic to record the version of the Godot engine for the Android platform.Fredia Huya-Kouadio2021-02-241-0/+2
* Add missing `ndkVersion` to the library gradle build config.Fredia Huya-Kouadio2021-02-171-0/+2
* add search extensions for scons' pathzaevi2021-01-301-1/+1
* Update the logic to query for the 'scons' command executable path.Fredia Huya-Kouadio2020-11-141-1/+33
* Add a separate `nativeSrcsConfigs` module to handle Android Studio constraint...Fredia Huya-Kouadio2020-10-291-15/+5
* Fix Android templates size regressionFredia Huya-Kouadio2020-04-231-1/+3
* Migrate legacy apache dependency to the GodotPayment pluginfhuya2020-04-151-1/+0
* Vulkan rendering for AndroidPouleyKetchoupp2020-04-031-0/+1
* Enable Android studio debugger.fhuya2020-03-081-1/+2
* Re-architecture of the Godot Android plugin.fhuya2020-03-051-0/+1
* Provides a base implementation of the Vulkan surface view (VkSurfaceView.kt) ...fhuya2020-03-051-0/+1
* Address crash caused by missing dependency.fhuya2020-01-271-1/+1
* Address crash caused by missing dependency.fhuya2020-01-271-1/+1
* Updates the Godot gradle tasks to enable manual runs of the `scons` command.fhuya2019-09-241-19/+10
* Split the Android platform java logic into an Android library module (`lib`) ...fhuya2019-09-041-0/+91