This commit is contained in:
yairm210
2021-08-29 01:43:22 +03:00
parent 342eae4060
commit 6a3fddc757
30 changed files with 2034 additions and 626 deletions

View File

@ -3,8 +3,8 @@ package com.unciv.build
object BuildConfig {
const val kotlinVersion = "1.4.30"
const val appName = "Unciv"
const val appCodeNumber = 617
const val appVersion = "3.16.8"
const val appCodeNumber = 618
const val appVersion = "3.16.9"
const val gdxVersion = "1.10.0"
const val roboVMVersion = "2.3.1"