mirror of
https://gitlab.com/oeffi/oeffi.git
synced 2025-07-06 17:38:48 +00:00
build.gradle: Don't generate hdpi and xhdpi launcher icons any more.
This commit is contained in:
parent
3aed6d687a
commit
8f5182e636
1 changed files with 1 additions and 1 deletions
|
@ -101,7 +101,7 @@ android {
|
|||
task svgToPng(type: fr.avianey.androidsvgdrawable.gradle.SvgDrawableTask) {
|
||||
from = files('graphics')
|
||||
to = file('res')
|
||||
targetedDensities = ['hdpi', 'xhdpi', 'xxhdpi', 'xxxhdpi']
|
||||
targetedDensities = ['xxhdpi', 'xxxhdpi']
|
||||
outputFormat = 'PNG'
|
||||
outputType = 'mipmap'
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue