This commit is contained in:
Yair Morgenstern
2021-05-28 15:02:11 +03:00
parent 4df083197b
commit d7c0cc593a
28 changed files with 121 additions and 2 deletions

View File

@ -3,8 +3,8 @@ package com.unciv.build
object BuildConfig {
const val kotlinVersion = "1.4.30"
const val appName = "Unciv"
const val appCodeNumber = 570
const val appVersion = "3.14.11"
const val appCodeNumber = 571
const val appVersion = "3.14.12"
const val gdxVersion = "1.10.0"
const val roboVMVersion = "2.3.1"