summaryrefslogtreecommitdiff
path: root/build.gradle
diff options
context:
space:
mode:
authorilotterytea <iltsu@alright.party>2024-10-13 02:11:57 +0500
committerilotterytea <iltsu@alright.party>2024-10-13 02:11:57 +0500
commit5f7fe3ba5d607de0ca0589f37db0574837858dd5 (patch)
tree7d0b20efc0a988e832288a9e5cc8792dc2866d3c /build.gradle
parentc5ee68a647871ca7bc8044a96759e7c00f9188db (diff)
upd: game updater now checks from assets url
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 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"
}
}