Ignore quantity errors in translations

This commit is contained in:
Óscar García Amor 2021-04-27 19:13:27 +02:00
parent f9dcc62ed7
commit 1c58062496
No known key found for this signature in database
GPG Key ID: E18B2370D3D566EE
1 changed files with 1 additions and 0 deletions

View File

@ -48,6 +48,7 @@ android {
lintOptions {
baselineFile file("lint-baseline.xml")
warning 'MissingTranslation'
warning 'ImpliedQuantity'
abortOnError true
}