mirror of
https://github.com/yairm210/Unciv.git
synced 2025-01-05 21:11:35 +07:00
0aa7c0e79b
* Added gradle task of Atlas texture packing for Android build * ImagePackers check also for creation date Co-authored-by: tunerzinc@gmail.com <vfylfhby>
14 lines
215 B
Plaintext
14 lines
215 B
Plaintext
plugins {
|
|
`kotlin-dsl`
|
|
}
|
|
|
|
repositories {
|
|
mavenCentral()
|
|
}
|
|
|
|
dependencies {
|
|
implementation("com.badlogicgames.gdx:gdx-tools:1.11.0") {
|
|
exclude("com.badlogicgames.gdx", "gdx-backend-lwjgl")
|
|
}
|
|
}
|