You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
@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.
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?
The text was updated successfully, but these errors were encountered: