This commit is contained in:
Yair Morgenstern
2022-03-08 14:32:01 +02:00
parent 05869e8ec7
commit eaf5e453ba
33 changed files with 83 additions and 5 deletions

View File

@ -3,8 +3,8 @@ package com.unciv.build
object BuildConfig {
const val kotlinVersion = "1.5.30"
const val appName = "Unciv"
const val appCodeNumber = 685
const val appVersion = "3.19.14-patch1"
const val appCodeNumber = 686
const val appVersion = "3.19.15"
const val gdxVersion = "1.10.0"
const val roboVMVersion = "2.3.1"