1
0
Fork 0
mirror of https://github.com/M66B/FairEmail.git synced 2024-12-28 02:37:16 +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 {
abortOnError false
disable 'MissingTranslation'
enable 'StringFormatInvalid'
}
compileOptions {