android-target-tooltip icon indicating copy to clipboard operation
android-target-tooltip copied to clipboard

Proguard issue

Open gioana opened this issue 5 years ago • 3 comments

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?

gioana avatar May 11 '19 19:05 gioana

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

Gary111 avatar May 15 '19 19:05 Gary111

@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.

Gary111 avatar May 15 '19 20:05 Gary111

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

gioana avatar May 18 '19 18:05 gioana