This commit is contained in:
yairm210
2021-09-26 14:07:40 +03:00
parent 398f9bc2f9
commit 9b2c39321c
31 changed files with 12352 additions and 10213 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 = 629
const val appVersion = "3.17.1"
const val appCodeNumber = 630
const val appVersion = "3.17.2"
const val gdxVersion = "1.10.0"
const val roboVMVersion = "2.3.1"