This commit is contained in:
Yair Morgenstern
2020-05-25 21:34:38 +03:00
parent ef0c0b9407
commit 1f7d9ead20
23 changed files with 107 additions and 207 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 = 430
const val appVersion = "3.8.11"
const val appCodeNumber = 431
const val appVersion = "3.8.12"
const val gdxVersion = "1.9.10"
const val roboVMVersion = "2.3.1"