This commit is contained in:
Yair Morgenstern
2021-03-23 23:01:00 +02:00
parent b8f1f092d6
commit e0d7128bc6
27 changed files with 65 additions and 3 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 = 548
const val appVersion = "3.13.10"
const val appCodeNumber = 549
const val appVersion = "3.13.11"
const val gdxVersion = "1.9.14"
const val roboVMVersion = "2.3.1"