This commit is contained in:
Yair Morgenstern
2021-06-13 22:40:12 +03:00
parent 7e5d098068
commit 60d8adce38
33 changed files with 3812 additions and 509 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 = 577
const val appVersion = "3.14.16"
const val appCodeNumber = 578
const val appVersion = "3.15.0"
const val gdxVersion = "1.10.0"
const val roboVMVersion = "2.3.1"