This commit is contained in:
Yair Morgenstern
2020-07-26 22:07:50 +03:00
parent d57c814190
commit f18f6d4a29
27 changed files with 686 additions and 215 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 = 450
const val appVersion = "3.9.14"
const val appCodeNumber = 451
const val appVersion = "3.9.15"
const val gdxVersion = "1.9.10"
const val roboVMVersion = "2.3.1"