Bumped compile and target Android SDK to 31

This commit is contained in:
yairm210
2021-08-20 15:06:23 +03:00
parent 07ab5fa125
commit 510507bf9c

View File

@ -7,7 +7,7 @@ plugins {
}
android {
compileSdkVersion(30)
compileSdkVersion(31)
sourceSets {
getByName("main").apply {
manifest.srcFile("AndroidManifest.xml")
@ -25,7 +25,7 @@ android {
defaultConfig {
applicationId = "com.unciv.app"
minSdkVersion(14)
targetSdkVersion(30)
targetSdkVersion(31)
versionCode = BuildConfig.appCodeNumber
versionName = BuildConfig.appVersion