Upgrade to Gradle 8.0

This commit is contained in:
Stypox 2023-04-20 10:24:19 +02:00
parent 6243f34946
commit 70b3ba310a
No known key found for this signature in database
GPG key ID: 4BDF1B40A49FDD23
4 changed files with 11 additions and 7 deletions

View file

@ -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']
}
}
}