diff --git a/app/build.gradle b/app/build.gradle index d968db7..dc928af 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -39,13 +39,15 @@ android { kotlinOptions { jvmTarget = '11' } - lintOptions { + packagingOptions { + resources { + excludes += ['META-INF/DEPENDENCIES'] + } + } + lint { disable 'GoogleAppIndexingWarning' lintConfig file('../lint.xml') } - packagingOptions { - exclude 'META-INF/DEPENDENCIES' - } } if (project.hasProperty('sign')) {