Remove assets before download obfs

This commit is contained in:
Victor Shcherb 2021-02-20 13:22:06 +02:00
parent 72a5a55454
commit fd92f93fbd

View file

@ -106,6 +106,11 @@ android {
} }
} }
clean.doFirst {
delete fileTree('assets') {
include '*.obf'
}
}
task validateTranslate { task validateTranslate {
println "Validating translations" println "Validating translations"