mirror of
https://github.com/yairm210/Unciv.git
synced 2025-07-14 09:48:12 +07:00
13 lines
335 B
Kotlin
13 lines
335 B
Kotlin
package com.unciv.build
|
|
|
|
object BuildConfig {
|
|
const val kotlinVersion = "1.3.71"
|
|
const val appName = "Unciv"
|
|
const val appCodeNumber = 447
|
|
const val appVersion = "3.9.11"
|
|
|
|
const val gdxVersion = "1.9.10"
|
|
const val roboVMVersion = "2.3.1"
|
|
const val ashleyVersion = "1.7.0"
|
|
const val aiVersion = "1.8.0"
|
|
} |