This commit is contained in:
Yair Morgenstern 2021-02-06 22:43:20 +02:00
parent 71266b213e
commit 8b306165d9

View File

@ -3,7 +3,7 @@ package com.unciv.build
object BuildConfig {
const val kotlinVersion = "1.3.71"
const val appName = "Unciv"
const val appCodeNumber = 527
const val appCodeNumber = 528
const val appVersion = "3.12.13"
const val gdxVersion = "1.9.12"