Reverted Kotlin upgrade since it doesn't play well with Android compile :(
This commit is contained in:
yairm210 2021-09-05 19:01:54 +03:00
parent 3693311572
commit a28feda692

View File

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