This commit is contained in:
Yair Morgenstern
2021-05-26 19:37:01 +03:00
parent 58d526aad0
commit cd6ae3dc6d
30 changed files with 123 additions and 13 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 = 569
const val appVersion = "3.14.10"
const val appCodeNumber = 570
const val appVersion = "3.14.11"
const val gdxVersion = "1.10.0"
const val roboVMVersion = "2.3.1"