Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Update the godot android library dependency now that PR refactoring the ↵ | Fredia Huya-Kouadio | 2023-09-05 | 1 | -1/+1 |
| | | | | plugin logic is merged in `main` | ||||
* | Move the Godot Android library dependency to `config.gradle` | Fredia Huya-Kouadio | 2023-08-18 | 1 | -1/+8 |
| | | | | This simplifies the process of updating the Godot Android lib dependency for all projects. | ||||
* | Update AGP to version 7.4.0 | Fredia Huya-Kouadio | 2023-08-17 | 1 | -1/+1 |
| | |||||
* | Add an Android GDExtension plugin sample | Fredia Huya-Kouadio | 2023-08-17 | 1 | -1/+1 |
| | | | | This sample shows how to integrate gdextension capabilities with Android java/kotlin code by leveraging JNI. | ||||
* | Misc cleanup | Fredia Huya-Kouadio | 2023-08-16 | 1 | -1/+1 |
| | |||||
* | Update the directory structure to make room for additional Godot Android ↵ | Fredia Huya-Kouadio | 2023-07-14 | 1 | -2/+2 |
| | | | | samples besides plugins | ||||
* | Update the Godot dependency version to the latest | Fredia Huya-Kouadio | 2023-07-07 | 1 | -1/+1 |
| | |||||
* | Update the 'Hello World' Android plugin to match the new Godot 4.2 format | Fredia Huya-Kouadio | 2023-07-02 | 1 | -0/+11 |
See https://github.com/godotengine/godot/pull/78958 for reference. |