Warning: com.airbnb.lottie.utils.BaseLottieAnimator: can't find referenced method 'void onAnimationStart(android.animation.Animator,boolean)' in library class android.animation.Animator$AnimatorListener
Warning: com.airbnb.lottie.utils.BaseLottieAnimator: can't find referenced method 'void onAnimationEnd(android.animation.Animator,boolean)' in library class android.animation.Animator$AnimatorListener
It's good to add the following
-dontwarn com.airbnb.lottie.*
-keep class com.airbnb.lottie.* {*;}
That's just a lazy solution. Might as well turn off minify.
Most helpful comment
It's good to add the following
-dontwarn com.airbnb.lottie.*
-keep class com.airbnb.lottie.* {*;}