mirror of
https://github.com/yairm210/Unciv.git
synced 2025-03-13 19:39: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 = 522
|
|
const val appVersion = "3.12.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"
|
|
} |