mirror of
https://github.com/yairm210/Unciv.git
synced 2025-07-14 09:48:12 +07:00
Increment sdk version to 32, to see if it passes Github build
This commit is contained in:
@ -7,7 +7,7 @@ plugins {
|
|||||||
}
|
}
|
||||||
|
|
||||||
android {
|
android {
|
||||||
compileSdk = 31
|
compileSdk = 32
|
||||||
sourceSets {
|
sourceSets {
|
||||||
getByName("main").apply {
|
getByName("main").apply {
|
||||||
manifest.srcFile("AndroidManifest.xml")
|
manifest.srcFile("AndroidManifest.xml")
|
||||||
@ -27,7 +27,7 @@ android {
|
|||||||
defaultConfig {
|
defaultConfig {
|
||||||
applicationId = "com.unciv.app"
|
applicationId = "com.unciv.app"
|
||||||
minSdk = 21
|
minSdk = 21
|
||||||
targetSdk = 31 // See #5044
|
targetSdk = 32 // See #5044
|
||||||
versionCode = BuildConfig.appCodeNumber
|
versionCode = BuildConfig.appCodeNumber
|
||||||
versionName = BuildConfig.appVersion
|
versionName = BuildConfig.appVersion
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user