MPAndroidChart icon indicating copy to clipboard operation
MPAndroidChart copied to clipboard

When I turn on obfuscation, the animation effect is gone

Open lookballs opened this issue 5 years ago • 2 comments

Summary

Expected Behavior

Possible Solution

Device (please complete the following information):

  • Device: [e.g. Google Pixel]
  • Android Version [e.g. 7.0]
  • Library Version (e.g. 3.1.0-alpha)

Additional Context

ADD A REWARD using Speed to SOLVE this issue QUICKLY and SUPPORT this project.

lookballs avatar Nov 28 '19 02:11 lookballs

Cause you have applied obfuscation, you need to whitelist MPAndroidChart by modifying Proguard rules. Add this line to your proguard: -keep class com.github.mikephil.charting.** { *; }

MasoomBadi avatar Jun 15 '22 04:06 MasoomBadi

Suggestion by @MasoomBadi working well. This issue should be closed. close #4741

bpchholak avatar Jul 07 '22 14:07 bpchholak