Skip to content

Commit

Permalink
#Update 混淆
Browse files Browse the repository at this point in the history
  • Loading branch information
MirkoWu committed Aug 15, 2021
1 parent 1317e85 commit d9fb626
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions lib_bugly/proguard-rules.pro
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,12 @@
-keep public class * extends com.mirkowu.lib_bugly.**
-dontwarn com.mirkowu.lib_bugly.**

# 保留本库不被混淆
-keep class com.mirkowu.lib_crash.** {*;}
-keep interface com.mirkowu.lib_crash.** { *; }
-keep public class * extends com.mirkowu.lib_crash.**
-dontwarn com.mirkowu.lib_crash.**

# ==================bugly start===================
-keep public class com.tencent.bugly.**{*;}
-dontwarn com.tencent.bugly.**
Expand Down

0 comments on commit d9fb626

Please sign in to comment.