diff --git a/app/build.gradle b/app/build.gradle index 5e32ab9..040babc 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -28,6 +28,7 @@ android { lintOptions { // We have community-contributed translations. Do not let them block releases. disable 'MissingTranslation' + disable 'ExtraTranslation' // We don't need Google App Indexing disable 'GoogleAppIndexingWarning' // Some dependencies still pull in Fragment 1.2.x