Fix script

This commit is contained in:
Victor Shcherb 2020-04-21 19:11:08 +02:00
parent b0de707196
commit e08a147f37

View file

@ -367,10 +367,21 @@ task copyStyleIcons(type: Sync) {
include "**/*.png", "**/*.xml" include "**/*.png", "**/*.xml"
preserve { preserve {
include '**/*' include '**/*'
exclude "**/mx_*", "**/mm_*", "**/h_*" exclude "**/mm_*", "**/h_*"
} }
} }
task copyStyleIcons(type: Sync) {
from "../../resources/rendering_styles/drawable-mx/"
into "res/drawable/"
include "**/*.png", "**/*.xml"
preserve {
include '**/*'
exclude "**/mx_*"
}
}
task copyWidgetIconsXhdpi(type: Sync) { task copyWidgetIconsXhdpi(type: Sync) {
from "res/drawable-xxhdpi/" from "res/drawable-xxhdpi/"