Enabled lint option

This commit is contained in:
M66B 2022-02-07 08:28:20 +01:00
parent 00b33dabc4
commit c972dd407f
1 changed files with 1 additions and 0 deletions

View File

@ -63,6 +63,7 @@ android {
lint {
abortOnError false
disable 'MissingTranslation'
enable 'StringFormatInvalid'
}
compileOptions {