Stop IDE from complaining about missing translations
(cherry picked from commit f4be8e28ca056ac3347309b354216b7fd23a63f5)
This commit is contained in:
parent
faf4e29711
commit
516042dbd3
1 changed files with 3 additions and 0 deletions
|
|
@ -121,6 +121,9 @@ android {
|
|||
}
|
||||
|
||||
lintOptions {
|
||||
disable 'MissingTranslation'
|
||||
disable 'ExtraTranslation'
|
||||
|
||||
abortOnError false
|
||||
checkReleaseBuilds false
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue