MPAndroidChart
MPAndroidChart copied to clipboard
Animations do not works when app is downloaded from playStore
Hello,
Thanks for your work. When i launch my app with your lib, animations charts works fine. But when i download this same app from PlayStore, charts animations do not work anymore!
Where is the problem?
Thanks a lot!
Me too. Did you find a solution?
maybe issue from proguard ? check this https://github.com/PhilJay/MPAndroidChart/issues/2903
You need to whitelist MPAndroidChart by modifying Proguard rules.
Add this line to your proguard:
-keep class com.github.mikephil.charting.** { *; }