Exclude RxJava file from META-INF

pull/10530/head
TacoTheDank 2023-11-17 16:58:30 -05:00 zatwierdzone przez Stypox
rodzic b31d3831e6
commit 1e7e2109d2
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 4BDF1B40A49FDD23
1 zmienionych plików z 3 dodań i 1 usunięć

Wyświetl plik

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