From 91e24fe17791f432456f24e9dec781afc335f9b3 Mon Sep 17 00:00:00 2001 From: Fredia Huya-Kouadio Date: Fri, 18 Aug 2023 12:04:04 -0700 Subject: Move the Godot Android library dependency to `config.gradle` This simplifies the process of updating the Godot Android lib dependency for all projects. --- plugins/hello_gdextension/build.gradle | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'plugins/hello_gdextension/build.gradle') diff --git a/plugins/hello_gdextension/build.gradle b/plugins/hello_gdextension/build.gradle index 216001d..11896d5 100644 --- a/plugins/hello_gdextension/build.gradle +++ b/plugins/hello_gdextension/build.gradle @@ -40,8 +40,7 @@ android { } dependencies { - // TODO: Update the godot dep when 4.2 is stable - compileOnly "io.github.m4gr3d:godot:4.2.0.dev-SNAPSHOT" + compileOnly libraries.godotAndroidLib implementation "org.jetbrains.kotlin:kotlin-stdlib:$versions.kotlinVersion" } -- cgit v1.2.3