This commit is contained in:
yairm210
2021-12-20 21:25:17 +02:00
parent 1152d8b0f7
commit c70ac334bd
32 changed files with 575 additions and 90 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 = 658
const val appVersion = "3.18.10-patch1"
const val appCodeNumber = 659
const val appVersion = "3.18.11"
const val gdxVersion = "1.10.0"
const val roboVMVersion = "2.3.1"