-
Notifications
You must be signed in to change notification settings - Fork 0
混淆配置
Qu edited this page Apr 14, 2019
·
9 revisions
ComponentSDK 依赖 MVPFrames 因此需要添加以下混淆规则至 proguard-rules.pr 文件
-keep public class * implements me.mvp.frame.integration.ConfigModule
-keep class * implements me.mvp.frame.frame.IModel {
<methods>;
<fields>;
}