Re-upgraded Kotlin to 1.5.30, and together with it - minSdk and source&target compatibility to 1.8.

We've finally advanced to 2015 (when 1.7 was deprecated)
This commit is contained in:
yairm210
2021-09-05 19:36:35 +03:00
parent a28feda692
commit 2474c6a635
3 changed files with 7 additions and 9 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 = 621
const val appVersion = "3.16.12"