Skip to content

Commit 93948a3

Browse files
authored
Update README.md
1 parent 558a158 commit 93948a3

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,13 @@ combuild {
6565
```
6666
有关isRegisterCompoAuto的解释请参见上文第二篇文章
6767

68+
#### 4、混淆
69+
在混淆文件中增加如下配置
70+
```
71+
-keep class com.mrzhang.component.componentlib.** {*;}
72+
-keep class * implements com.mrzhang.component.componentlib.applicationlike.IApplicationLike {*;}
73+
```
74+
6875
关于如何定制化,请参看 [Wiki](https://github.com/luojilab/DDComponentForAndroid/wiki)
6976

7077
### License

0 commit comments

Comments
 (0)