Disable ObsoleteLintCustomCheck

This commit is contained in:
tzugen 2022-06-21 10:43:16 +02:00
parent d0c30f0b6b
commit 4929a526f7
No known key found for this signature in database
GPG Key ID: 61E9C34BC10EC930
1 changed files with 1 additions and 0 deletions

View File

@ -73,6 +73,7 @@ android {
disable 'IconMissingDensityFolder', 'VectorPath'
ignore 'MissingTranslation', 'UnusedQuantity', 'MissingQuantity'
warning 'ImpliedQuantity'
disable 'ObsoleteLintCustomCheck'
}
}