summaryrefslogtreecommitdiff
path: root/build.gradle
Commit message (Collapse)AuthorAgeFilesLines
* Add an Android GDExtension plugin sampleFredia Huya-Kouadio2023-08-171-1/+2
| | | | This sample shows how to integrate gdextension capabilities with Android java/kotlin code by leveraging JNI.
* Update the 'Hello World' Android plugin to match the new Godot 4.2 formatFredia Huya-Kouadio2023-07-021-20/+7
| | | | See https://github.com/godotengine/godot/pull/78958 for reference.
* Add `HelloSignals` sample project to show how to register and emit signals ↵fhuya2020-03-271-1/+5
| | | | with a Godot Android plugin
* Update repository structure: make each sample project (e.g: `hello_world`) a ↵fhuya2020-03-261-0/+29
subproject in the `Godot-Android-Plugins` project.