This commit is contained in:
Yair Morgenstern
2020-06-21 19:26:17 +03:00
parent acedcc6da4
commit 0f09ed2800
6 changed files with 26 additions and 9 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 = 440
const val appVersion = "3.9.4"
const val appCodeNumber = 441
const val appVersion = "3.9.5"
const val gdxVersion = "1.9.10"
const val roboVMVersion = "2.3.1"