This commit is contained in:
Yair Morgenstern
2020-07-03 15:55:07 +03:00
parent a12b9b5e6f
commit 329cad660e
24 changed files with 21 additions and 229 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 = 443
const val appVersion = "3.9.7"
const val appCodeNumber = 444
const val appVersion = "3.9.8"
const val gdxVersion = "1.9.10"
const val roboVMVersion = "2.3.1"