diff --git a/app/build.gradle b/app/build.gradle index 56da19b5b..49cc2bdc4 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -78,10 +78,10 @@ android { excludes += '/META-INF/{AL2.0,LGPL2.1}' } } - - lintOptions { + lint { disable 'MissingTranslation' } + } dependencies {