Set packagingOptions and lintOptions to fix build 'errors'

This commit is contained in:
dankl 2019-10-30 22:27:31 +01:00 committed by dankito
parent ef48ffb326
commit ca837d6bb7
1 changed files with 12 additions and 0 deletions

View File

@ -33,6 +33,18 @@ android {
}
}
packagingOptions {
exclude 'META-INF/DEPENDENCIES'
exclude 'META-INF/NOTICE'
exclude 'META-INF/LICENSE'
exclude 'META-INF/LICENSE.txt'
exclude 'META-INF/NOTICE.txt'
}
lintOptions {
abortOnError false
}
}
dependencies {