This commit is contained in:
yairm210
2021-10-27 21:23:20 +03:00
parent 4466de9899
commit 87d24e89c4
32 changed files with 9799 additions and 717 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 = 640
const val appVersion = "3.17.11"
const val appCodeNumber = 641
const val appVersion = "3.17.12"
const val gdxVersion = "1.10.0"
const val roboVMVersion = "2.3.1"