Fix png icons on Android 4.4

This commit is contained in:
ByteHamster 2021-07-24 09:31:49 +02:00
parent f4c92e88db
commit 154a2ec86e
1 changed files with 1 additions and 1 deletions

View File

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