You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+11Lines changed: 11 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -72,6 +72,17 @@ It's very simple use just like .
72
72
73
73
See [MyCustomIndicator](https://github.com/81813780/AVLoadingIndicatorView/blob/master/app/src/main/java/com/wang/avi/sample/MyCustomIndicator.java) in Sample .
74
74
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
+
75
86
## Indicators
76
87
77
88
As seen above in the **Demo**, the indicators are as follows:
0 commit comments