Kotlin 1.5.30 test (#5089)

* Kotlin bump to 1.5.30

* Needed change due to (correct!) new compile error
This commit is contained in:
Yair Morgenstern
2021-09-05 00:28:21 +03:00
committed by GitHub
parent a1fdb612a9
commit f3a8188cb1
3 changed files with 4 additions and 3 deletions

View File

@ -1,7 +1,7 @@
package com.unciv.build
object BuildConfig {
const val kotlinVersion = "1.4.30"
const val kotlinVersion = "1.5.30"
const val appName = "Unciv"
const val appCodeNumber = 620
const val appVersion = "3.16.11"