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