This commit is contained in:
Yair Morgenstern
2020-08-27 15:21:11 +03:00
parent 69bdadf87b
commit b83ad41518
7 changed files with 16 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 = 465
const val appVersion = "3.10.4"
const val appCodeNumber = 466
const val appVersion = "3.10.5"
const val gdxVersion = "1.9.10"
const val roboVMVersion = "2.3.1"