Unciv/buildSrc/src/main/kotlin/BuildConfig.kt
Yair Morgenstern a92d35eba1 3.11.9-patch1
Fixed silly crash from test code that shouldn't have been there...
2020-11-03 19:16:51 +02:00

13 lines
342 B
Kotlin

package com.unciv.build
object BuildConfig {
const val kotlinVersion = "1.3.71"
const val appName = "Unciv"
const val appCodeNumber = 493
const val appVersion = "3.11.9-patch1"
const val gdxVersion = "1.9.12"
const val roboVMVersion = "2.3.1"
const val ashleyVersion = "1.7.0"
const val aiVersion = "1.8.0"
}