Skip to content

Commit

Permalink
Exclude RxJava file from META-INF
Browse files Browse the repository at this point in the history
  • Loading branch information
TacoTheDank committed Nov 5, 2023
1 parent 96a0e13 commit 891ffe1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,8 @@ 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',
'META-INF/COPYRIGHT']
}
}
}
Expand Down

0 comments on commit 891ffe1

Please sign in to comment.