Skip to content

Commit fcdfb86

Browse files
committed
fix #4
1 parent e548ed6 commit fcdfb86

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

README.md

+11
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,17 @@ set.setDuration(1200);
5252
set.start();
5353
```
5454

55+
#### Tips
56+
57+
If you encounter exceptions suce as `ClassNotFoundExceptions` ([#4](https://github.com/daimajia/AnimationEasingFunctions/issues/4)), please add the following to your `proguard-project.txt`:
58+
59+
```
60+
-keep class com.daimajia.easing.** { *; }
61+
-keep interface com.daimajia.easing.** { *; }
62+
```
63+
64+
More details [visit official guide](http://developer.android.com/tools/help/proguard.html#configuring).
65+
5566
#About me
5667

5768
A student in mainland China.

0 commit comments

Comments
 (0)