Update build.gradle
Revert cleanNoTranslate
This commit is contained in:
parent
7ec2fa0821
commit
6a62e81969
1 changed files with 4 additions and 0 deletions
|
@ -214,6 +214,10 @@ task collectVoiceAssets(type: Sync) {
|
|||
include "**/*.p"
|
||||
}
|
||||
|
||||
task cleanNoTranslate() {
|
||||
delete('res/values/no_translate.xml')
|
||||
}
|
||||
|
||||
|
||||
task collectFonts(type: Copy) {
|
||||
from "../../resources/fonts"
|
||||
|
|
Loading…
Reference in a new issue