Fix png icons on Android 4.4
This commit is contained in:
parent
f4c92e88db
commit
154a2ec86e
|
@ -4,7 +4,7 @@ apply from: "../../common.gradle"
|
|||
android {
|
||||
defaultConfig {
|
||||
vectorDrawables.useSupportLibrary false
|
||||
vectorDrawables.generatedDensities = null
|
||||
vectorDrawables.generatedDensities = ["xhdpi"]
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue