Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Minification / Proguard settings #66

Closed
fennifith opened this issue Oct 16, 2019 · 1 comment
Closed

Minification / Proguard settings #66

fennifith opened this issue Oct 16, 2019 · 1 comment

Comments

@fennifith
Copy link
Owner

Proguard settings linked in the README are non-descriptive and incomplete. And... they don't actually work.

A possible solution could be to just -keep class me.jfenn.attribouter.** { *; }. But that hasn't exactly been tested. I need to do some testing with the minification settings enabled.

@nyancrimew
Copy link

Also with R8 you can bundle the proguard file with your library so developers using it don't actually have to do anything, that would probably be worth doing when investing time here anyways

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants