Linting and deprecation corrections

This commit is contained in:
Yair Morgenstern
2021-06-01 23:32:23 +03:00
parent c73891cbe7
commit efe369ad19
13 changed files with 71 additions and 65 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 = 571
const val appVersion = "3.14.12"
const val appCodeNumber = 572
const val appVersion = "3.14.13"
const val gdxVersion = "1.10.0"
const val roboVMVersion = "2.3.1"