This commit is contained in:
Yair Morgenstern
2022-02-07 11:27:51 +02:00
parent e9d7ed168f
commit 8fda18db42
32 changed files with 285 additions and 1130 deletions

View File

@ -3,8 +3,8 @@ package com.unciv.build
object BuildConfig {
const val kotlinVersion = "1.5.30"
const val appName = "Unciv"
const val appCodeNumber = 675
const val appVersion = "3.19.5"
const val appCodeNumber = 676
const val appVersion = "3.19.6"
const val gdxVersion = "1.10.0"
const val roboVMVersion = "2.3.1"