Update build.gradle

This commit is contained in:
vshcherb 2015-04-25 22:37:51 +02:00
parent 92b5b0dd27
commit 28cb791d0d

View file

@ -187,7 +187,7 @@ task collectVoiceAssets(type: Sync) {
} }
task collectHelpContentsAssets(type: Sync) { task collectHelpContentsAssets(type: Sync) {
from "../../help" from "../../help/help"
into "assets/help" into "assets/help"
include "*.html" include "*.html"
include "images/**/*.png" include "images/**/*.png"