This commit is contained in:
Yair Morgenstern
2022-02-03 10:34:51 +02:00
parent 0e9e4dc279
commit 37c0092284
4 changed files with 26 additions and 188 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 = 674
const val appVersion = "3.19.4"
const val appCodeNumber = 675
const val appVersion = "3.19.5"
const val gdxVersion = "1.10.0"
const val roboVMVersion = "2.3.1"