Disable linting for MissingTranslation

This commit is contained in:
LucasMZ 2024-09-24 22:50:35 -03:00
parent d357572363
commit ba1463867a
No known key found for this signature in database
1 changed files with 4 additions and 0 deletions

View File

@ -123,6 +123,10 @@ android {
} }
} }
} }
lint {
disable "MissingTranslation" // Translation is crowd-sourced.
}
} }
static def getId(name) { static def getId(name) {