Merge pull request #5297 from ByteHamster/fix-icons-4.4

Fix png icons on Android 4.4
This commit is contained in:
ByteHamster 2021-07-24 17:38:47 +02:00 committed by GitHub
commit a9df3e756e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@ apply from: "../../common.gradle"
android { android {
defaultConfig { defaultConfig {
vectorDrawables.useSupportLibrary false vectorDrawables.useSupportLibrary false
vectorDrawables.generatedDensities = null vectorDrawables.generatedDensities = ["xhdpi"]
} }
} }