Change Gdx version for android:texturePacker gradle task (#10734)

This commit is contained in:
SomeTroglodyte 2023-12-14 10:12:27 +01:00 committed by GitHub
parent 9a9559a20c
commit 1c15bd5cb6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -7,7 +7,7 @@ repositories {
}
dependencies {
implementation("com.badlogicgames.gdx:gdx-tools:1.11.0") {
implementation("com.badlogicgames.gdx:gdx-tools:1.12.1") {
exclude("com.badlogicgames.gdx", "gdx-backend-lwjgl")
}
}