This commit is contained in:
yairm210
2021-11-14 21:36:03 +02:00
parent 3e04950b9b
commit 38bffb6225
4 changed files with 20 additions and 10 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 = 645
const val appVersion = "3.18.1"
const val appCodeNumber = 646
const val appVersion = "3.18.2"
const val gdxVersion = "1.10.0"
const val roboVMVersion = "2.3.1"