Unciv/buildSrc/build.gradle.kts
vegeta1k95 0aa7c0e79b
Added gradle task of Atlas texture packing for Android build (#8208)
* Added gradle task of Atlas texture packing for Android build

* ImagePackers check also for creation date

Co-authored-by: tunerzinc@gmail.com <vfylfhby>
2022-12-23 14:49:08 +02:00

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")
}
}