This commit is contained in:
Yair Morgenstern
2020-10-10 23:18:14 +03:00
parent 27a474ddd0
commit fa41076cf2
7 changed files with 61 additions and 225 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 = 483
const val appVersion = "3.11.2"
const val appCodeNumber = 484
const val appVersion = "3.11.3"
const val gdxVersion = "1.9.10"
const val roboVMVersion = "2.3.1"