This commit is contained in:
Yair Morgenstern
2020-10-06 10:43:10 +03:00
parent 7ecb059e05
commit e951ed8324
5 changed files with 24 additions and 41 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 = 480
const val appVersion = "3.11.0-patch1"
const val appCodeNumber = 481
const val appVersion = "3.11.1"
const val gdxVersion = "1.9.10"
const val roboVMVersion = "2.3.1"