update deps
This commit is contained in:
parent
87bed49c36
commit
4d757b390e
1 changed files with 4 additions and 0 deletions
|
@ -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 {
|
||||
|
|
Loading…
Reference in a new issue