-
Notifications
You must be signed in to change notification settings - Fork 624
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
Current proguard documentation is unclear #1899
Comments
They do different things, though. That's why they are different. The first one "keeps serializers for all serializable classes that are retained after shrinking". This is what I imagine fits the bill for the majority of users out there, and why it is currently listed first. If you want more shrinking, this requires more configuration:
Perhaps it would help if you could elaborate what is unclear about this. Requesting to make them similar ignores the fact that they are different for a reason. How do you feel we can make this distinction clearer? |
Libraries like OkHttp come bundled with proguard rules. Shouldn't serialization lib do this, too? |
@digitalheir, I think it's worth considering this possibility. However, the rules from okhttp are significantly different, they mostly contain |
Here are two different versions of proguard file with different rules and descriptions. Please make them similar, or better yet, keep only one version of proguard rules.
The text was updated successfully, but these errors were encountered: