This commit is contained in:
yairm210
2021-09-30 01:04:08 +03:00
parent af4c4fd88a
commit 9fe19d0d52
31 changed files with 3271 additions and 603 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 = 631
const val appVersion = "3.17.2"
const val appCodeNumber = 632
const val appVersion = "3.17.3"
const val gdxVersion = "1.10.0"
const val roboVMVersion = "2.3.1"