Update Android Gradle plugin (#988)

This commit is contained in:
Emux
2022-12-01 18:18:24 +02:00
committed by GitHub
parent 3b01288c46
commit b4014eec64
3 changed files with 13 additions and 8 deletions

View File

@@ -55,12 +55,14 @@ android {
release.setRoot('build-types/release')
}
lintOptions { abortOnError false }
lint {
abortOnError false
}
packagingOptions {
exclude 'META-INF/services/io.jeo.data.Driver'
exclude 'META-INF/LICENSE'
exclude 'META-INF/NOTICE'
resources {
excludes += ['META-INF/services/io.jeo.data.Driver', 'META-INF/LICENSE', 'META-INF/NOTICE']
}
}
/*buildTypes {