This commit is contained in:
Yair Morgenstern
2021-08-08 23:20:44 +03:00
parent 1aa9eecf85
commit 7cd368d024
30 changed files with 2518 additions and 606 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 = 603
const val appVersion = "3.16.1"
const val appCodeNumber = 604
const val appVersion = "3.16.2"
const val gdxVersion = "1.10.0"
const val roboVMVersion = "2.3.1"