Upgrade to Gradle 8.0
This commit is contained in:
parent
6243f34946
commit
70b3ba310a
4 changed files with 11 additions and 7 deletions
|
|
@ -98,10 +98,11 @@ android {
|
|||
}
|
||||
|
||||
packagingOptions {
|
||||
// remove two files which belong to jsoup
|
||||
// no idea how they ended up in the META-INF dir...
|
||||
exclude 'META-INF/README.md'
|
||||
exclude 'META-INF/CHANGES'
|
||||
resources {
|
||||
// remove two files which belong to jsoup
|
||||
// no idea how they ended up in the META-INF dir...
|
||||
excludes += ['META-INF/README.md', 'META-INF/CHANGES']
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue