This commit is contained in:
Yair Morgenstern
2021-02-24 21:35:28 +02:00
parent 19c7a87371
commit f78b9a0960
2 changed files with 16 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 = 533
const val appVersion = "3.13.2"
const val appCodeNumber = 534
const val appVersion = "3.13.3"
const val gdxVersion = "1.9.14"
const val roboVMVersion = "2.3.1"