aboutsummaryrefslogtreecommitdiff
path: root/app/build.gradle
diff options
context:
space:
mode:
authorAllan Wang <me@allanwang.ca>2021-01-12 00:00:44 -0800
committerAllan Wang <me@allanwang.ca>2021-01-12 00:00:44 -0800
commit82fa4c5d6c75e245e74d903328b3e5d96b01b5ca (patch)
tree98250a0cd09119312c4eaabf246e7172f157a474 /app/build.gradle
parentfd2cbf25f5744a939ef6245809a1655e013a6420 (diff)
parent68db99597b68c87f1e0eb2d1feb6b6c63bbff1e9 (diff)
downloadfrost-82fa4c5d6c75e245e74d903328b3e5d96b01b5ca.tar.gz
frost-82fa4c5d6c75e245e74d903328b3e5d96b01b5ca.tar.bz2
frost-82fa4c5d6c75e245e74d903328b3e5d96b01b5ca.zip
Merge branch 'dev' into messenger
Diffstat (limited to 'app/build.gradle')
-rw-r--r--app/build.gradle13
1 files changed, 11 insertions, 2 deletions
diff --git a/app/build.gradle b/app/build.gradle
index 1a368f39..c6e1aef8 100644
--- a/app/build.gradle
+++ b/app/build.gradle
@@ -2,7 +2,7 @@ apply plugin: 'com.android.application'
apply plugin: 'kotlin-android'
apply plugin: 'kotlin-android-extensions'
apply plugin: 'kotlin-kapt'
-apply plugin: 'com.getkeepsafe.dexcount'
+//apply plugin: 'com.getkeepsafe.dexcount'
apply plugin: 'com.gladed.androidgitversion'
@@ -69,7 +69,16 @@ android {
'UnusedResources',
'ContentDescription',
'RtlSymmetry',
- 'MissingTranslation'
+ 'MissingTranslation',
+ 'TypographyQuotes',
+ 'DuplicateStrings',
+ 'UnusedIds',
+ 'SyntheticAccessor',
+ 'Recycle',
+ 'AppLinksAutoVerifyWarning',
+ 'AppLinksAutoVerifyError',
+ 'GoogleAppIndexingApiWarning',
+ 'SelectableText'
xmlReport false
textReport true