This commit is contained in:
Yair Morgenstern
2021-05-01 23:05:30 +03:00
parent 73d35b28b7
commit 94c0995b23
29 changed files with 79 additions and 36 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 = 560
const val appVersion = "3.14.4"
const val appCodeNumber = 561
const val appVersion = "3.14.5"
const val gdxVersion = "1.10.0"
const val roboVMVersion = "2.3.1"