This commit is contained in:
Yair Morgenstern
2020-10-03 20:48:34 +03:00
parent 047fba0f1d
commit 3e98e0c00f
32 changed files with 607 additions and 116 deletions

View File

@ -3,8 +3,8 @@ package com.unciv.build
object BuildConfig {
const val kotlinVersion = "1.3.71"
const val appName = "Unciv"
const val appCodeNumber = 478
const val appVersion = "3.10.13"
const val appCodeNumber = 479
const val appVersion = "3.11.0"
const val gdxVersion = "1.9.10"
const val roboVMVersion = "2.3.1"