mirror of
https://github.com/yairm210/Unciv.git
synced 2025-07-24 22:59:34 +07:00
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 = 469
|
|
const val appVersion = "3.10.6-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"
|
|
} |