This commit is contained in:
yairm210
2021-10-03 12:22:38 +03:00
parent 18b5da0c30
commit 8ca14eac55
31 changed files with 3154 additions and 358 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 = 632
const val appVersion = "3.17.3"
const val appCodeNumber = 633
const val appVersion = "3.17.4"
const val gdxVersion = "1.10.0"
const val roboVMVersion = "2.3.1"