mirror of
https://github.com/yairm210/Unciv.git
synced 2025-07-06 00:09:23 +07:00
Bumped compile and target Android SDK to 31
This commit is contained in:
@ -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
|
||||
|
||||
|
Reference in New Issue
Block a user