summaryrefslogtreecommitdiff
path: root/config.gradle
diff options
context:
space:
mode:
authorFredia Huya-Kouadio <fhuya@meta.com>2024-09-26 11:05:07 -0700
committerFredia Huya-Kouadio <fhuya@meta.com>2024-09-26 12:10:14 -0700
commitcc561b57ceaf53aea3ba037589457d25bc1c988a (patch)
treee1e93f6b75926185c12bc3a07407bc48d6069d46 /config.gradle
parent26a843bdec32fbab46d25828e53eff74d70f1c26 (diff)
downloadgodot-android-samples-master.tar.gz
godot-android-samples-master.tar.bz2
godot-android-samples-master.zip
Update visibility of the plugin methods exposed to gdscriptHEADmaster
Bump the Godot Android library dependency to 4.3 Bump godot-cpp to version godot-4.3-stable
Diffstat (limited to 'config.gradle')
-rw-r--r--config.gradle2
1 files changed, 1 insertions, 1 deletions
diff --git a/config.gradle b/config.gradle
index 46728f7..bc826ea 100644
--- a/config.gradle
+++ b/config.gradle
@@ -9,6 +9,6 @@ ext {
]
libraries = [
- godotAndroidLib: "org.godotengine:godot:4.2.0.stable",
+ godotAndroidLib: "org.godotengine:godot:4.3.0.stable",
]
}