This commit is contained in:
Yair Morgenstern
2020-11-19 23:53:34 +02:00
parent c338afc7f3
commit 6158802bb3
4 changed files with 26 additions and 11 deletions

View File

@ -3,8 +3,8 @@ package com.unciv.build
object BuildConfig {
const val kotlinVersion = "1.3.71"
const val appName = "Unciv"
const val appCodeNumber = 499
const val appVersion = "3.11.13"
const val appCodeNumber = 500
const val appVersion = "3.11.14"
const val gdxVersion = "1.9.12"
const val roboVMVersion = "2.3.1"