Closed
Description
Hey! Just want to say first that I really appreciate your work.
I'm using this library in an application and found a bug when using proguard. Without any changes to the proguard.project.txt
file, I get this error when trying to use the animations:
W/System.err(22899): java.lang.NoSuchMethodException: <init> [float]
W/System.err(22899): at java.lang.Class.getConstructorOrMethod(Class.java:472)
W/System.err(22899): at java.lang.Class.getConstructor(Class.java:446)
W/System.err(22899): at com.daimajia.easing.Skill.a(SourceFile:104)
W/System.err(22899): at com.daimajia.easing.Glider.a(SourceFile:33)
I worked around this by adding to my proguard-project.txt
file:
-keep class com.daimajia.easing.** { *; }
-keep interface com.daimajia.easing.** { *; }
It might be helpful to add this to documentation (like the README).
Metadata
Metadata
Assignees
Labels
No labels