This commit is contained in:
Yair Morgenstern
2020-08-15 23:31:52 +03:00
parent 4cd4d5d89f
commit 1937e3f3c9
3 changed files with 21 additions and 3 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 = 459
const val appVersion = "3.9.20"
const val appCodeNumber = 460
const val appVersion = "3.10.0"
const val gdxVersion = "1.9.10"
const val roboVMVersion = "2.3.1"