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

Proguard issue #134

Open
gioana opened this issue May 11, 2019 · 3 comments
Open

Proguard issue #134

gioana opened this issue May 11, 2019 · 3 comments

Comments

@gioana
Copy link

gioana commented May 11, 2019

When setting minifyEnabled true the circle animation is broken and only a static circle is shown. What proguard exceptions should we add to prevent this?

@Gary111
Copy link

Gary111 commented May 15, 2019

Yes, that's true, got the same problem.

@Gary111
Copy link

Gary111 commented May 15, 2019

@gioana, found a solution:
-keep class it.sephiroth.android.library.xtooltip.TooltipOverlayDrawable { *; }
It helps me, I use AGP 3.4.0 with R8 (not in full mode).

@sephiroth74, pls, check it, and maybe there is an option to refactor code a little to avoid adding the special proguard rule.

@gioana
Copy link
Author

gioana commented May 18, 2019

@Gary111, thank you so much for the solution, it works for me too.

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