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