Updated to latest LibGDX and Kotlin versions

This commit is contained in:
Yair Morgenstern 2021-02-06 23:25:48 +02:00
parent 68cc801450
commit 5328efa233
3 changed files with 600 additions and 607 deletions

File diff suppressed because it is too large Load Diff

Binary file not shown.

Before

Width:  |  Height:  |  Size: 873 KiB

After

Width:  |  Height:  |  Size: 874 KiB

View File

@ -1,12 +1,12 @@
package com.unciv.build
object BuildConfig {
const val kotlinVersion = "1.3.71"
const val kotlinVersion = "1.4.30"
const val appName = "Unciv"
const val appCodeNumber = 528
const val appVersion = "3.12.13"
const val gdxVersion = "1.9.12"
const val gdxVersion = "1.9.14"
const val roboVMVersion = "2.3.1"
const val ashleyVersion = "1.7.0"
const val aiVersion = "1.8.0"