This commit is contained in:
Yair Morgenstern
2021-07-25 19:49:39 +03:00
parent 197bfc40bd
commit bc1455de2a
30 changed files with 370 additions and 726 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 = 596
const val appVersion = "3.15.14"
const val appCodeNumber = 597
const val appVersion = "3.15.15"
const val gdxVersion = "1.10.0"
const val roboVMVersion = "2.3.1"