This commit is contained in:
Yair Morgenstern
2021-07-01 22:44:36 +03:00
parent 19314bf197
commit 95ae1cea30
35 changed files with 844 additions and 673 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 = 587
const val appVersion = "3.15.6"
const val appCodeNumber = 588
const val appVersion = "3.15.7"
const val gdxVersion = "1.10.0"
const val roboVMVersion = "2.3.1"