mirror of
https://github.com/AntennaPod/AntennaPod.git
synced 2025-02-02 19:56:59 +01:00
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…
x
Reference in New Issue
Block a user