1
0
Fork 0

removed YAML validator, because it breaks R8 and because the language validation makes it useless

This commit is contained in:
sspanak 2024-02-10 16:18:34 +02:00 committed by Dimo Karaivanov
parent 140b8ced08
commit aed7610c4b
21 changed files with 2 additions and 24 deletions

View file

@ -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'
}
}