app: build.gradle: disable ExtraTranslation lint

* we will let Weblate handle these
This commit is contained in:
Peter Cai 2021-03-18 17:02:03 +08:00
parent 0a4b09dbdb
commit e67251267e
1 changed files with 1 additions and 0 deletions

View File

@ -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