1
0
Fork 0
mirror of https://github.com/M66B/FairEmail.git synced 2024-12-29 03:05:31 +00:00

Enabled lint option

This commit is contained in:
M66B 2022-02-07 08:28:20 +01:00
parent 00b33dabc4
commit c972dd407f

View file

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