This commit is contained in:
yairm210
2022-01-07 11:15:19 +02:00
parent 51c3c2a4e2
commit 9b431a9bf7
3 changed files with 18 additions and 3 deletions

View File

@ -3,8 +3,8 @@ package com.unciv.build
object BuildConfig {
const val kotlinVersion = "1.5.30"
const val appName = "Unciv"
const val appCodeNumber = 663
const val appVersion = "3.18.14"
const val appCodeNumber = 664
const val appVersion = "3.18.15"
const val gdxVersion = "1.10.0"
const val roboVMVersion = "2.3.1"