This commit is contained in:
Yair Morgenstern
2020-11-07 20:49:38 +02:00
parent 6c595eff50
commit 4667594731
4 changed files with 21 additions and 6 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 = 494
const val appVersion = "3.11.9-patch2"
const val appCodeNumber = 495
const val appVersion = "3.11.10"
const val gdxVersion = "1.9.12"
const val roboVMVersion = "2.3.1"