This commit is contained in:
Yair Morgenstern
2021-05-11 00:44:36 +03:00
parent 6ca93f4dc9
commit 4f1798146c
28 changed files with 72 additions and 3 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 = 565
const val appVersion = "3.14.7"
const val appCodeNumber = 566
const val appVersion = "3.14.8"
const val gdxVersion = "1.10.0"
const val roboVMVersion = "2.3.1"