Skip to content

Commit 1e7e210

Browse files
TacoTheDankStypox
authored andcommitted
Exclude RxJava file from META-INF
1 parent b31d383 commit 1e7e210

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

app/build.gradle

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,9 @@ android {
9898
resources {
9999
// remove two files which belong to jsoup
100100
// no idea how they ended up in the META-INF dir...
101-
excludes += ['META-INF/README.md', 'META-INF/CHANGES']
101+
excludes += ['META-INF/README.md', 'META-INF/CHANGES',
102+
// 'COPYRIGHT' belongs to RxJava...
103+
'META-INF/COPYRIGHT']
102104
}
103105
}
104106
}

0 commit comments

Comments
 (0)