mirror of
https://github.com/mihonapp/mihon.git
synced 2024-11-07 11:17:25 +01:00
Stop IDE from complaining about missing translations
This commit is contained in:
parent
e17605f8d9
commit
f4be8e28ca
@ -100,6 +100,9 @@ android {
|
||||
}
|
||||
|
||||
lintOptions {
|
||||
disable 'MissingTranslation'
|
||||
disable 'ExtraTranslation'
|
||||
|
||||
abortOnError false
|
||||
checkReleaseBuilds false
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user