From 5f7fe3ba5d607de0ca0589f37db0574837858dd5 Mon Sep 17 00:00:00 2001 From: ilotterytea Date: Sun, 13 Oct 2024 02:11:57 +0500 Subject: upd: game updater now checks from assets url --- build.gradle | 1 + 1 file changed, 1 insertion(+) (limited to 'build.gradle') diff --git a/build.gradle b/build.gradle index 0d07f07..d1f997e 100644 --- a/build.gradle +++ b/build.gradle @@ -85,6 +85,7 @@ project(":android") { natives "com.badlogicgames.gdx:gdx-platform:$gdxVersion:natives-x86" natives "com.badlogicgames.gdx:gdx-platform:$gdxVersion:natives-x86_64" api "org.jetbrains.kotlin:kotlin-stdlib:$kotlinVersion" + implementation "de.tomgrill.gdxdialogs:gdx-dialogs-android:1.3.0" } } -- cgit v1.2.3