This commit is contained in:
Yair Morgenstern
2020-06-07 22:28:08 +03:00
parent 21f9df63dd
commit 41355633cd
2 changed files with 14 additions and 2 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 = 436
const val appVersion = "3.9.1"
const val appCodeNumber = 437
const val appVersion = "3.9.2"
const val gdxVersion = "1.9.10"
const val roboVMVersion = "2.3.1"