This commit is contained in:
Yair Morgenstern
2020-07-05 23:21:59 +03:00
parent d58b73313e
commit 58a8e358ea
24 changed files with 88 additions and 75 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 = 444
const val appVersion = "3.9.8"
const val appCodeNumber = 445
const val appVersion = "3.9.9"
const val gdxVersion = "1.9.10"
const val roboVMVersion = "2.3.1"