This commit is contained in:
yairm210
2021-09-08 23:06:10 +03:00
parent 7c20edda43
commit e81d8ff646
31 changed files with 395 additions and 381 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 = 621
const val appVersion = "3.16.12"
const val appCodeNumber = 622
const val appVersion = "3.16.13"
const val gdxVersion = "1.10.0"
const val roboVMVersion = "2.3.1"