From 278219e799e679c2ce203d1d227c6688b5288b4d Mon Sep 17 00:00:00 2001 From: Allan Wang Date: Mon, 11 Jan 2021 22:06:27 -0800 Subject: Ignore a bunch of lint errors --- app/build.gradle | 11 ++++++++++- app/src/main/AndroidManifest.xml | 3 ++- 2 files changed, 12 insertions(+), 2 deletions(-) diff --git a/app/build.gradle b/app/build.gradle index 51ac5568..c6e1aef8 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -69,7 +69,16 @@ android { 'UnusedResources', 'ContentDescription', 'RtlSymmetry', - 'MissingTranslation' + 'MissingTranslation', + 'TypographyQuotes', + 'DuplicateStrings', + 'UnusedIds', + 'SyntheticAccessor', + 'Recycle', + 'AppLinksAutoVerifyWarning', + 'AppLinksAutoVerifyError', + 'GoogleAppIndexingApiWarning', + 'SelectableText' xmlReport false textReport true diff --git a/app/src/main/AndroidManifest.xml b/app/src/main/AndroidManifest.xml index 6faab332..b5ede813 100644 --- a/app/src/main/AndroidManifest.xml +++ b/app/src/main/AndroidManifest.xml @@ -18,14 +18,15 @@