We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 558a158 commit 93948a3Copy full SHA for 93948a3
README.md
@@ -65,6 +65,13 @@ combuild {
65
```
66
有关isRegisterCompoAuto的解释请参见上文第二篇文章
67
68
+#### 4、混淆
69
+在混淆文件中增加如下配置
70
+```
71
+-keep class com.mrzhang.component.componentlib.** {*;}
72
+-keep class * implements com.mrzhang.component.componentlib.applicationlike.IApplicationLike {*;}
73
74
+
75
关于如何定制化,请参看 [Wiki](https://github.com/luojilab/DDComponentForAndroid/wiki)
76
77
### License
0 commit comments