This commit is contained in:
Yair Morgenstern
2021-08-01 22:19:57 +03:00
parent f3c0c5d202
commit 1ac10813bc
2 changed files with 25 additions and 2 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 = 599
const val appVersion = "3.15.17"
const val appCodeNumber = 600
const val appVersion = "3.15.18"
const val gdxVersion = "1.10.0"
const val roboVMVersion = "2.3.1"