This commit is contained in:
Yair Morgenstern
2020-08-12 19:39:45 +03:00
parent adfd44c959
commit 451234c3bb
31 changed files with 3301 additions and 3355 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 = 458
const val appVersion = "3.9.19"
const val appCodeNumber = 459
const val appVersion = "3.9.20"
const val gdxVersion = "1.9.10"
const val roboVMVersion = "2.3.1"