summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 40678b7)
raw | patch | inline | side by side (parent: 40678b7)
author | fredboy <fredboy@protonmail.com> | |
Tue, 16 Apr 2024 21:15:39 +0000 (04:15 +0700) | ||
committer | fredboy <fredboy@protonmail.com> | |
Tue, 16 Apr 2024 21:15:39 +0000 (04:15 +0700) |
build.gradle | patch | blob | history |
diff --git a/build.gradle b/build.gradle
index 8e9a5bc0b948c857ffc86a5560e8c3c8cf545ff4..863d66eb10a8aa2c3a87276927234ef65d9c786c 100644 (file)
--- a/build.gradle
+++ b/build.gradle
dependencies {
implementation project(":core")
+ implementation platform("org.jetbrains.kotlin:kotlin-bom:1.9.23")
api "com.badlogicgames.gdx:gdx-backend-android:$gdxVersion"
natives "com.badlogicgames.gdx:gdx-platform:$gdxVersion:natives-armeabi-v7a"
natives "com.badlogicgames.gdx:gdx-platform:$gdxVersion:natives-arm64-v8a"