This commit is contained in:
Yair Morgenstern
2021-05-05 20:46:40 +03:00
parent c1908d0526
commit a6d0973324
29 changed files with 146 additions and 388 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 = 561
const val appVersion = "3.14.5"
const val appCodeNumber = 562
const val appVersion = "3.14.6"
const val gdxVersion = "1.10.0"
const val roboVMVersion = "2.3.1"