This commit is contained in:
Yair Morgenstern
2021-02-20 23:26:52 +02:00
parent 737dcea4dc
commit b7c25f30e5
29 changed files with 177 additions and 423 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 = 532
const val appVersion = "3.13.1"
const val appCodeNumber = 533
const val appVersion = "3.13.2"
const val gdxVersion = "1.9.14"
const val roboVMVersion = "2.3.1"