This commit is contained in:
Yair Morgenstern
2020-10-21 19:01:07 +03:00
parent 635a12feae
commit 8dde23aa38
29 changed files with 115 additions and 126 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 = 488
const val appVersion = "3.11.5"
const val appCodeNumber = 489
const val appVersion = "3.11.6"
const val gdxVersion = "1.9.10"
const val roboVMVersion = "2.3.1"