This commit is contained in:
Yair Morgenstern
2021-06-16 10:59:15 +03:00
parent 625c4c9139
commit 11af49e6da
38 changed files with 3153 additions and 2464 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 = 578
const val appVersion = "3.15.0"
const val appCodeNumber = 580
const val appVersion = "3.15.1"
const val gdxVersion = "1.10.0"
const val roboVMVersion = "2.3.1"