This commit is contained in:
yairm210
2021-08-19 20:49:08 +03:00
parent a4e61d65c2
commit eb8e76ba08
30 changed files with 239 additions and 294 deletions

View File

@ -3,8 +3,8 @@ package com.unciv.build
object BuildConfig {
const val kotlinVersion = "1.4.30"
const val appName = "Unciv"
const val appCodeNumber = 609
const val appVersion = "3.16.4-patch2"
const val appCodeNumber = 610
const val appVersion = "3.16.5"
const val gdxVersion = "1.10.0"
const val roboVMVersion = "2.3.1"