diff --git a/app/build.gradle b/app/build.gradle index 550ea14f..c1e82d57 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -123,6 +123,10 @@ android { } } } + + lint { + disable "MissingTranslation" // Translation is crowd-sourced. + } } static def getId(name) {