mirror of
https://github.com/yairm210/Unciv.git
synced 2025-03-14 20:06:22 +07:00

Solved some errors that occured as a result of the recent changes assuming the specialists exist, which is not true in revamp mods
13 lines
342 B
Kotlin
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"
|
|
} |