update deps

This commit is contained in:
Victor Shcherb 2015-01-25 22:31:40 +01:00
parent 87bed49c36
commit 4d757b390e

View file

@ -183,6 +183,10 @@ def replaceNoTranslate(line) {
}
task updateNoTranslate(type: Copy) {
inputs.property 'appName', System.getenv().get("APP_NAME")
inputs.property 'appEdition', System.getenv().get("APP_EDITION")
inputs.property 'appFeatures', System.getenv().get("APP_FEATURES")
inputs.property 'apkVersion', System.getenv().get("APK_VERSION")
from('.') {
include 'no_translate.xml'
filter {