Clean up assets on clean build
This commit is contained in:
parent
a5e062c849
commit
eb596298ec
2 changed files with 3 additions and 0 deletions
Binary file not shown.
|
@ -109,6 +109,9 @@ android {
|
||||||
clean.doFirst {
|
clean.doFirst {
|
||||||
delete fileTree('assets') {
|
delete fileTree('assets') {
|
||||||
include '*.obf'
|
include '*.obf'
|
||||||
|
include 'fonts/**'
|
||||||
|
include 'feature_articles/**'
|
||||||
|
include 'voice/**'
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue