This commit is contained in:
Yair Morgenstern
2022-02-28 19:49:50 +02:00
parent a96934dc7c
commit c9dfd4062d
33 changed files with 437 additions and 235 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 = 682
const val appVersion = "3.19.12"
const val appCodeNumber = 683
const val appVersion = "3.19.13"
const val gdxVersion = "1.10.0"
const val roboVMVersion = "2.3.1"