aboutsummaryrefslogtreecommitdiff
path: root/app/build.gradle
diff options
context:
space:
mode:
authorAllan Wang <me@allanwang.ca>2021-01-11 22:18:37 -0800
committerGitHub <noreply@github.com>2021-01-11 22:18:37 -0800
commit68db99597b68c87f1e0eb2d1feb6b6c63bbff1e9 (patch)
tree3014b9447218c17d2407300936d574818be7d93d /app/build.gradle
parent56efff49fe15ec54c53fed18a2e1af903916e80a (diff)
parent278219e799e679c2ce203d1d227c6688b5288b4d (diff)
downloadfrost-68db99597b68c87f1e0eb2d1feb6b6c63bbff1e9.tar.gz
frost-68db99597b68c87f1e0eb2d1feb6b6c63bbff1e9.tar.bz2
frost-68db99597b68c87f1e0eb2d1feb6b6c63bbff1e9.zip
Merge pull request #1745 from AllanWang/remove-email
Diffstat (limited to 'app/build.gradle')
-rw-r--r--app/build.gradle11
1 files changed, 10 insertions, 1 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