This commit is contained in:
Yair Morgenstern
2022-01-24 11:56:00 +02:00
parent 67592747a9
commit 336e190ff0
33 changed files with 842 additions and 742 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 = 670
const val appVersion = "3.19.0"
const val appCodeNumber = 671
const val appVersion = "3.19.1"
const val gdxVersion = "1.10.0"
const val roboVMVersion = "2.3.1"