aboutsummaryrefslogtreecommitdiff
path: root/app/build.gradle
diff options
context:
space:
mode:
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