This commit is contained in:
yairm210
2022-01-14 10:49:22 +02:00
parent 6e95a07572
commit 462ae2dad0
33 changed files with 2291 additions and 1349 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 = 666
const val appVersion = "3.18.16-patch1"
const val appCodeNumber = 667
const val appVersion = "3.18.17"
const val gdxVersion = "1.10.0"
const val roboVMVersion = "2.3.1"