From 754c8ded684addccad133258538335c2a9580b25 Mon Sep 17 00:00:00 2001 From: ilotterytea Date: Sun, 27 Oct 2024 22:02:34 +0500 Subject: upd: android gradle version + androidx dependency --- build.gradle | 1 + 1 file changed, 1 insertion(+) (limited to 'build.gradle') diff --git a/build.gradle b/build.gradle index 909d47d..55efb59 100644 --- a/build.gradle +++ b/build.gradle @@ -65,6 +65,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 "androidx.core:core:$androidXVersion" } } -- cgit v1.2.3