MPAndroidChart
MPAndroidChart copied to clipboard
When I turn on obfuscation, the animation effect is gone
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.
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.** { *; }
Suggestion by @MasoomBadi working well. This issue should be closed. close #4741