This commit is contained in:
Yair Morgenstern
2021-03-07 13:04:11 +02:00
parent e2cf60d028
commit 35ed8920e9
28 changed files with 125 additions and 52 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 = 540
const val appVersion = "3.13.5-patch2"
const val appCodeNumber = 541
const val appVersion = "3.13.6"
const val gdxVersion = "1.9.14"
const val roboVMVersion = "2.3.1"