AgentWeb icon indicating copy to clipboard operation
AgentWeb copied to clipboard

混淆规则

Open AzureFatty opened this issue 6 years ago • 0 comments

如果你的项目需要加入混淆 , 请加入如下配置

-keep class com.just.agentweb.** {
    *;
}
-dontwarn com.just.agentweb.****

混淆的好处就不在此处说了。但是这样一刀切的混淆规则十分不妥。

AzureFatty avatar Aug 03 '18 03:08 AzureFatty