This commit is contained in:
Yair Morgenstern
2020-11-30 23:29:29 +02:00
parent 5830996b3b
commit b9f6e0deec
3 changed files with 15 additions and 2 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 = 502
const val appVersion = "3.11.15"
const val appCodeNumber = 503
const val appVersion = "3.11.16"
const val gdxVersion = "1.9.12"
const val roboVMVersion = "2.3.1"