Update build.gradle

Revert cleanNoTranslate
This commit is contained in:
vshcherb 2016-06-23 01:04:57 +02:00 committed by GitHub
parent 7ec2fa0821
commit 6a62e81969

View file

@ -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"