This commit is contained in:
yairm210
2022-01-16 19:51:33 +02:00
parent 838b797699
commit 21fbaf4814
35 changed files with 230 additions and 129 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 = 667
const val appVersion = "3.18.17"
const val appCodeNumber = 668
const val appVersion = "3.18.18"
const val gdxVersion = "1.10.0"
const val roboVMVersion = "2.3.1"