Unciv/buildSrc/src/main/kotlin/BuildConfig.kt
Yair Morgenstern be2dd5c068 3.11.0-patch1
Solved some errors that occured as a result of the recent changes assuming the specialists exist, which is not true in revamp mods
2020-10-04 15:18:26 +03: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 = 480
const val appVersion = "3.11.0-patch1"
const val gdxVersion = "1.9.10"
const val roboVMVersion = "2.3.1"
const val ashleyVersion = "1.7.0"
const val aiVersion = "1.8.0"
}