summaryrefslogtreecommitdiff
path: root/config.gradle
Commit message (Collapse)AuthorAgeFilesLines
* Update the godot android library dependency now that PR refactoring the ↵Fredia Huya-Kouadio2023-09-051-1/+1
| | | | plugin logic is merged in `main`
* Move the Godot Android library dependency to `config.gradle`Fredia Huya-Kouadio2023-08-181-1/+8
| | | | This simplifies the process of updating the Godot Android lib dependency for all projects.
* Update AGP to version 7.4.0Fredia Huya-Kouadio2023-08-171-1/+1
|
* Add an Android GDExtension plugin sampleFredia Huya-Kouadio2023-08-171-1/+1
| | | | This sample shows how to integrate gdextension capabilities with Android java/kotlin code by leveraging JNI.
* Misc cleanupFredia Huya-Kouadio2023-08-161-1/+1
|
* Update the directory structure to make room for additional Godot Android ↵Fredia Huya-Kouadio2023-07-141-2/+2
| | | | samples besides plugins
* Update the Godot dependency version to the latestFredia Huya-Kouadio2023-07-071-1/+1
|
* Update the 'Hello World' Android plugin to match the new Godot 4.2 formatFredia Huya-Kouadio2023-07-021-0/+11
See https://github.com/godotengine/godot/pull/78958 for reference.