We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b31d383 commit 1e7e210Copy full SHA for 1e7e210
1 file changed
app/build.gradle
@@ -98,7 +98,9 @@ android {
98
resources {
99
// remove two files which belong to jsoup
100
// no idea how they ended up in the META-INF dir...
101
- excludes += ['META-INF/README.md', 'META-INF/CHANGES']
+ excludes += ['META-INF/README.md', 'META-INF/CHANGES',
102
+ // 'COPYRIGHT' belongs to RxJava...
103
+ 'META-INF/COPYRIGHT']
104
}
105
106
0 commit comments