This commit is contained in:
Yair Morgenstern
2021-04-21 22:12:46 +03:00
parent 2b6c9e7ec0
commit 55ef131fb2
34 changed files with 161 additions and 39 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 = 557
const val appVersion = "3.14.2"
const val appCodeNumber = 558
const val appVersion = "3.14.3"
const val gdxVersion = "1.10.0"
const val roboVMVersion = "2.3.1"