This commit is contained in:
Yair Morgenstern
2021-06-07 22:47:52 +03:00
parent c81ee15de8
commit 8228d62d43
30 changed files with 914 additions and 772 deletions

View File

@ -3,8 +3,8 @@ package com.unciv.build
object BuildConfig {
const val kotlinVersion = "1.4.30"
const val appName = "Unciv"
const val appCodeNumber = 574
const val appVersion = "3.14.14"
const val appCodeNumber = 576
const val appVersion = "3.14.15"
const val gdxVersion = "1.10.0"
const val roboVMVersion = "2.3.1"