Replace deprecated gradle functions
This commit is contained in:
@@ -39,13 +39,15 @@ android {
|
|||||||
kotlinOptions {
|
kotlinOptions {
|
||||||
jvmTarget = '11'
|
jvmTarget = '11'
|
||||||
}
|
}
|
||||||
lintOptions {
|
packagingOptions {
|
||||||
|
resources {
|
||||||
|
excludes += ['META-INF/DEPENDENCIES']
|
||||||
|
}
|
||||||
|
}
|
||||||
|
lint {
|
||||||
disable 'GoogleAppIndexingWarning'
|
disable 'GoogleAppIndexingWarning'
|
||||||
lintConfig file('../lint.xml')
|
lintConfig file('../lint.xml')
|
||||||
}
|
}
|
||||||
packagingOptions {
|
|
||||||
exclude 'META-INF/DEPENDENCIES'
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
if (project.hasProperty('sign')) {
|
if (project.hasProperty('sign')) {
|
||||||
|
|||||||
Reference in New Issue
Block a user