mirror of
https://github.com/yairm210/Unciv.git
synced 2025-07-12 08:49:22 +07:00
Android gradle update - explicitly state build tools version, update to 32.0.0, remove desugaring.
This commit is contained in:
@ -27,7 +27,7 @@ android {
|
|||||||
defaultConfig {
|
defaultConfig {
|
||||||
applicationId = "com.unciv.app"
|
applicationId = "com.unciv.app"
|
||||||
minSdk = 21
|
minSdk = 21
|
||||||
targetSdk = 30 // See #5044
|
targetSdk = 31 // See #5044
|
||||||
versionCode = BuildConfig.appCodeNumber
|
versionCode = BuildConfig.appCodeNumber
|
||||||
versionName = BuildConfig.appVersion
|
versionName = BuildConfig.appVersion
|
||||||
|
|
||||||
@ -70,7 +70,7 @@ android {
|
|||||||
// Don't add local save files and fonts to release, obviously
|
// Don't add local save files and fonts to release, obviously
|
||||||
ignoreAssetsPattern = "!SaveFiles:!fonts:!maps:!music:!mods"
|
ignoreAssetsPattern = "!SaveFiles:!fonts:!maps:!music:!mods"
|
||||||
}
|
}
|
||||||
buildToolsVersion = "30.0.3"
|
buildToolsVersion = "32.0.0"
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user