remove not used

This commit is contained in:
Victor Shcherb 2015-04-28 20:17:45 +02:00
parent 9c74ddcab8
commit 072bfa1e00

View file

@ -170,10 +170,6 @@ def replaceNoTranslate(line) {
} }
task updateNoTranslate(type: Copy) { 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('.') { from('.') {
include 'no_translate.xml' include 'no_translate.xml'
filter { filter {