This commit is contained in:
Yair Morgenstern
2021-04-18 21:56:18 +03:00
parent c03b139b4d
commit e270b017d4
29 changed files with 145 additions and 130 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 = 556
const val appVersion = "3.14.1"
const val appCodeNumber = 557
const val appVersion = "3.14.2"
const val gdxVersion = "1.9.14"
const val roboVMVersion = "2.3.1"