Skip to content

Commit f9d2db0

Browse files
authored
Update README.md
1 parent 63efdd1 commit f9d2db0

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

README.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,17 @@ It's very simple use just like .
7272

7373
See [MyCustomIndicator](https://github.com/81813780/AVLoadingIndicatorView/blob/master/app/src/main/java/com/wang/avi/sample/MyCustomIndicator.java) in Sample .
7474

75+
## Proguard
76+
77+
When using proguard need add rules:
78+
79+
```
80+
-keep class com.wang.avi.** { *; }
81+
-keep class com.wang.avi.indicators.** { *; }
82+
```
83+
84+
Indicators is load from class names, proguard may change it (rename).
85+
7586
## Indicators
7687

7788
As seen above in the **Demo**, the indicators are as follows:

0 commit comments

Comments
 (0)