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 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) (limited to 'app/build.gradle') 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 -- cgit v1.2.3