removed YAML validator, because it breaks R8 and because the language validation makes it useless
This commit is contained in:
parent
140b8ced08
commit
aed7610c4b
21 changed files with 2 additions and 24 deletions
|
|
@ -1,6 +1,5 @@
|
|||
plugins {
|
||||
id 'com.android.application'
|
||||
id "at.zierler.yamlvalidator" version "1.5.0"
|
||||
}
|
||||
|
||||
apply from: 'constants.gradle'
|
||||
|
|
@ -10,7 +9,6 @@ apply from: 'version-tools.gradle'
|
|||
|
||||
|
||||
tasks.register('validateLanguages') {
|
||||
mustRunAfter(validateYaml)
|
||||
inputs.dir fileTree(dir: LANGUAGES_INPUT_DIR)
|
||||
outputs.file "${project.buildDir}/lang.validation.txt"
|
||||
|
||||
|
|
@ -72,8 +70,8 @@ android {
|
|||
|
||||
debuggable false
|
||||
jniDebuggable false
|
||||
// minifyEnabled true
|
||||
// shrinkResources true
|
||||
minifyEnabled true
|
||||
shrinkResources true
|
||||
proguardFiles getDefaultProguardFile('proguard-android-optimize.txt'), 'proguard-rules.pro'
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue