This commit is contained in:
Yair Morgenstern
2021-05-18 01:07:17 +03:00
parent e57e7fb7d5
commit 106cbb79c3
29 changed files with 73 additions and 47 deletions

View File

@ -3,8 +3,8 @@ package com.unciv.build
object BuildConfig {
const val kotlinVersion = "1.4.30"
const val appName = "Unciv"
const val appCodeNumber = 566
const val appVersion = "3.14.8"
const val appCodeNumber = 567
const val appVersion = "3.14.9"
const val gdxVersion = "1.10.0"
const val roboVMVersion = "2.3.1"