-
Notifications
You must be signed in to change notification settings - Fork 9.2k
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
Extend Proguard Rules #6792
Extend Proguard Rules #6792
Conversation
Fix R8 missing class warnings, probaly fixed in next OkHttp release, see square/okhttp#6792
* add proguard rule related to OkHttp Fix R8 missing class warnings, probaly fixed in next OkHttp release, see square/okhttp#6792
ping @swankjesse tested this on a separate project. |
I support this PR. We currently see these warnings in our production builds (AGP 7.0.3/OkHttp 4.9.2):
|
Failures are only the tests fixed in https://github.com/square/okhttp/pull/6892/files |
@swankjesse request post review |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
If we should pick up this change to 4.10.x branch? Cause I see the build failures on AGP 8.0.0-alpha02
& Okhttp 4.10.0
, see Goooler/DemoApp#220 (comment).
(cherry picked from commit 9da841c)
TODO show cleanup of proguard warnings