Skip to content

Commit 4a4159c

Browse files
author
kongqw
committed
update readme
1 parent befd929 commit 4a4159c

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

README.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -92,3 +92,12 @@ fun onNetWorkStateChange2(networkState: NetworkState) {
9292
// TODO 连接上WIFI或蜂窝网络的时候回调
9393
}
9494
```
95+
96+
## 混淆
97+
```
98+
-keepattributes *Annotation*
99+
-keepclassmembers class * {
100+
@com.kongqw.network.monitor.interfaces.NetworkMonitor <methods>;
101+
}
102+
-keep class com.kongqw.network.monitor.** { *; }
103+
```

0 commit comments

Comments
 (0)