This commit is contained in:
yairm210
2021-09-22 18:50:17 +03:00
parent 8538573204
commit 0771cb1fad
31 changed files with 375 additions and 429 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 = 628
const val appVersion = "3.17.0"
const val appCodeNumber = 629
const val appVersion = "3.17.1"
const val gdxVersion = "1.10.0"
const val roboVMVersion = "2.3.1"