summaryrefslogtreecommitdiff
path: root/config.gradle
Commit message (Collapse)AuthorAgeFilesLines
* Update visibility of the plugin methods exposed to gdscriptHEADmasterFredia Huya-Kouadio2024-09-261-1/+1
| | | | | Bump the Godot Android library dependency to 4.3 Bump godot-cpp to version godot-4.3-stable
* Update Godot Android Library to use the stable version: 4.2.0.stable. Fix ↵Lucas Moreira Carneiro de Miranda2023-11-301-5/+1
| | | | m4gr3d/Godot-Android-Samples/#6
* Fix the plugins packaging to address ↵Fredia Huya-Kouadio2023-11-261-2/+2
| | | | https://github.com/godotengine/godot/issues/85395
* Update the Godot Android library dependency for beta 1Fredia Huya-Kouadio2023-10-121-1/+1
|
* Update the maven snapshot dependency now that ↵Fredia Huya-Kouadio2023-10-101-1/+1
| | | | https://github.com/godotengine/godot/pull/82893 is merged
* Add the GLTF Viewer sample app which showcases how to use the Godot Android ↵Fredia Huya-Kouadio2023-10-051-2/+2
| | | | | | library with an existing Android app. The GLTF Viewer sample app uses an Android RecyclerView to display a list of gltf food items whose model is rendered in 3D by the integrated Godot engine.
* - Update the `kotlinVersion`Fredia Huya-Kouadio2023-09-281-1/+1
| | | | - Enable the use of AndroidX
* 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.