mirror of
https://github.com/mihonapp/mihon.git
synced 2024-11-07 20:31:02 -05:00
Stop IDE from complaining about missing translations
This commit is contained in:
parent
e17605f8d9
commit
f4be8e28ca
1 changed files with 3 additions and 0 deletions
|
@ -100,6 +100,9 @@ android {
|
|||
}
|
||||
|
||||
lintOptions {
|
||||
disable 'MissingTranslation'
|
||||
disable 'ExtraTranslation'
|
||||
|
||||
abortOnError false
|
||||
checkReleaseBuilds false
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue