Exclude RxJava file from META-INF

This commit is contained in:
TacoTheDank 2023-11-17 16:58:30 -05:00 committed by Stypox
parent a2e752c06e
commit c2ea1169d4

View file

@ -98,7 +98,9 @@ android {
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']
excludes += ['META-INF/README.md', 'META-INF/CHANGES',
// 'COPYRIGHT' belongs to RxJava...
'META-INF/COPYRIGHT']
}
}
}