This commit is contained in:
yairm210
2021-11-08 19:51:21 +02:00
parent 8ffd64a71c
commit de83383c8b
33 changed files with 426 additions and 881 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 = 643
const val appVersion = "3.17.14"
const val appCodeNumber = 644
const val appVersion = "3.17.15"
const val gdxVersion = "1.10.0"
const val roboVMVersion = "2.3.1"