Merge pull request #5297 from ByteHamster/fix-icons-4.4
Fix png icons on Android 4.4
This commit is contained in:
commit
a9df3e756e
|
@ -4,7 +4,7 @@ apply from: "../../common.gradle"
|
|||
android {
|
||||
defaultConfig {
|
||||
vectorDrawables.useSupportLibrary false
|
||||
vectorDrawables.generatedDensities = null
|
||||
vectorDrawables.generatedDensities = ["xhdpi"]
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue