OpenYOLO-Android
OpenYOLO-Android copied to clipboard
Proguard exclusion is too broad
src - https://github.com/openid/OpenYOLO-Android/blob/master/api/proguard-rules.txt
isn't this too broad?
-keep class org.hamcrest.** { *; }
It is, but we also only depend on hamcrest-core rather than the full library, so the impact is fairly small. If you have a suggestion for a narrower keep rule we'd be happy to accept a PR.
This repo is being archived. Closing issue.