godot/platform/android/java/app
Fredia Huya-Kouadio 1cc935fa6c Fix issue causing the `copyAndRename*` task to fail on occasions on Windows machines
Gradle automatically handles up-to-date checks for output files and directories. This behavior sometimes causes the `copyAndRename*` task to fail on Windows machines when gradle tries to check on existing files in the output directories it doesn't have access to.
To fix the issue, we disable this gradle behavior following the instructions in https://docs.gradle.org/8.2/userguide/incremental_build.html#sec:disable-state-tracking
2024-04-17 08:38:32 -07:00
..
assetPacks/installTime Update Android dependencies for the project 2024-01-18 10:35:32 -08:00
assets Enable `doNotStrip` when doing development/debugging within Android Studio 2021-03-16 17:21:00 -07:00
res Only use Android fullscreen theme for splash screen 2022-05-27 16:54:44 +02:00
src/com/godot/game Godot Android re-architecture 2023-07-16 18:56:58 -07:00
AndroidManifest.xml Update Android dependencies for the project 2024-01-18 10:35:32 -08:00
build.gradle Fix issue causing the `copyAndRename*` task to fail on occasions on Windows machines 2024-04-17 08:38:32 -07:00
config.gradle Remove redundant semicolons from Kotlin/gradle files 2024-04-02 23:31:34 +01:00
gradle.properties Fix gradle build errors when the build path contains non-ASCII characters 2024-02-13 14:31:08 -08:00
settings.gradle Update Android dependencies for the project 2024-01-18 10:35:32 -08:00