Remove assets before download obfs
This commit is contained in:
parent
72a5a55454
commit
fd92f93fbd
1 changed files with 5 additions and 0 deletions
|
@ -106,6 +106,11 @@ android {
|
|||
}
|
||||
}
|
||||
|
||||
clean.doFirst {
|
||||
delete fileTree('assets') {
|
||||
include '*.obf'
|
||||
}
|
||||
}
|
||||
|
||||
task validateTranslate {
|
||||
println "Validating translations"
|
||||
|
|
Loading…
Reference in a new issue