This commit is contained in:
yairm210
2021-10-17 21:23:58 +03:00
parent 1a1194236b
commit ef2f2eccde
31 changed files with 774 additions and 488 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 = 637
const val appVersion = "3.17.8"
const val appCodeNumber = 638
const val appVersion = "3.17.9"
const val gdxVersion = "1.10.0"
const val roboVMVersion = "2.3.1"