Skip to content

Commit 075a4dd

Browse files
authored
Update README.md
1 parent 93948a3 commit 075a4dd

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,9 @@ combuild {
6868
#### 4、混淆
6969
在混淆文件中增加如下配置
7070
```
71+
-keep interface * {
72+
<methods>;
73+
}
7174
-keep class com.mrzhang.component.componentlib.** {*;}
7275
-keep class * implements com.mrzhang.component.componentlib.applicationlike.IApplicationLike {*;}
7376
```

0 commit comments

Comments
 (0)