mirror of
https://github.com/yairm210/Unciv.git
synced 2025-01-13 00:04:38 +07:00
Change Gdx version for android:texturePacker gradle task (#10734)
This commit is contained in:
parent
9a9559a20c
commit
1c15bd5cb6
@ -7,7 +7,7 @@ repositories {
|
|||||||
}
|
}
|
||||||
|
|
||||||
dependencies {
|
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")
|
exclude("com.badlogicgames.gdx", "gdx-backend-lwjgl")
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user