This commit is contained in:
Yair Morgenstern
2021-07-10 23:56:06 +03:00
parent 0cc3b6f550
commit 5a0eb11bd0
30 changed files with 788 additions and 281 deletions

View File

@ -3,8 +3,8 @@ package com.unciv.build
object BuildConfig {
const val kotlinVersion = "1.4.30"
const val appName = "Unciv"
const val appCodeNumber = 590
const val appVersion = "3.15.9"
const val appCodeNumber = 591
const val appVersion = "3.15.10"
const val gdxVersion = "1.10.0"
const val roboVMVersion = "2.3.1"