This commit is contained in:
Yair Morgenstern
2021-05-08 23:54:29 +03:00
parent 8b767a10d0
commit 0f0de8a221
29 changed files with 1179 additions and 129 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 = 564
const val appVersion = "3.14.6-patch2"
const val appCodeNumber = 565
const val appVersion = "3.14.7"
const val gdxVersion = "1.10.0"
const val roboVMVersion = "2.3.1"