summaryrefslogtreecommitdiff
path: root/build.gradle
diff options
context:
space:
mode:
Diffstat (limited to 'build.gradle')
-rw-r--r--build.gradle1
1 files changed, 1 insertions, 0 deletions
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"
}
}