This commit is contained in:
yairm210
2021-10-24 20:54:39 +03:00
parent 8e9b7026c0
commit 741f2522b9
3 changed files with 21 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 = 639
const val appVersion = "3.17.10"
const val appCodeNumber = 640
const val appVersion = "3.17.11"
const val gdxVersion = "1.10.0"
const val roboVMVersion = "2.3.1"