This commit is contained in:
Yair Morgenstern
2022-02-19 19:57:23 +02:00
parent f7f21d0cbf
commit 970e535e62
34 changed files with 346 additions and 266 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 = 679
const val appVersion = "3.19.9"
const val appCodeNumber = 680
const val appVersion = "3.19.10"
const val gdxVersion = "1.10.0"
const val roboVMVersion = "2.3.1"