Update Android Gradle plugin (#988)
This commit is contained in:
parent
3b01288c46
commit
b4014eec64
@ -1,5 +1,5 @@
|
|||||||
plugins {
|
plugins {
|
||||||
id 'com.android.application' version '7.2.2' apply false
|
id 'com.android.application' version '7.3.0' apply false
|
||||||
}
|
}
|
||||||
|
|
||||||
allprojects {
|
allprojects {
|
||||||
|
@ -55,12 +55,14 @@ android {
|
|||||||
release.setRoot('build-types/release')
|
release.setRoot('build-types/release')
|
||||||
}
|
}
|
||||||
|
|
||||||
lintOptions { abortOnError false }
|
lint {
|
||||||
|
abortOnError false
|
||||||
|
}
|
||||||
|
|
||||||
packagingOptions {
|
packagingOptions {
|
||||||
exclude 'META-INF/services/io.jeo.data.Driver'
|
resources {
|
||||||
exclude 'META-INF/LICENSE'
|
excludes += ['META-INF/services/io.jeo.data.Driver', 'META-INF/LICENSE', 'META-INF/NOTICE']
|
||||||
exclude 'META-INF/NOTICE'
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
/*buildTypes {
|
/*buildTypes {
|
||||||
|
@ -38,10 +38,13 @@ android {
|
|||||||
release.setRoot('build-types/release')
|
release.setRoot('build-types/release')
|
||||||
}
|
}
|
||||||
|
|
||||||
lintOptions { abortOnError false }
|
lint {
|
||||||
|
abortOnError false
|
||||||
|
}
|
||||||
|
|
||||||
packagingOptions {
|
packagingOptions {
|
||||||
exclude 'META-INF/LICENSE'
|
resources {
|
||||||
exclude 'META-INF/NOTICE'
|
excludes += ['META-INF/LICENSE', 'META-INF/NOTICE']
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user