This commit is contained in:
yairm210
2021-10-20 21:20:24 +03:00
parent f343cb2c79
commit 3ae6d675cd
31 changed files with 279 additions and 335 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 = 638
const val appVersion = "3.17.9"
const val appCodeNumber = 639
const val appVersion = "3.17.10"
const val gdxVersion = "1.10.0"
const val roboVMVersion = "2.3.1"