This commit is contained in:
yairm210
2021-12-10 15:37:17 +02:00
parent b537f9e386
commit e9da000485
2 changed files with 12 additions and 2 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 = 654
const val appVersion = "3.18.8-patch1"
const val appCodeNumber = 655
const val appVersion = "3.18.9"
const val gdxVersion = "1.10.0"
const val roboVMVersion = "2.3.1"