From d9fb626ef6c361786bdabb3914c0922e63f87781 Mon Sep 17 00:00:00 2001 From: MirkoWu <709651717@qq.com> Date: Mon, 16 Aug 2021 00:26:26 +0800 Subject: [PATCH] =?UTF-8?q?#Update=20=E6=B7=B7=E6=B7=86?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- lib_bugly/proguard-rules.pro | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/lib_bugly/proguard-rules.pro b/lib_bugly/proguard-rules.pro index 176eeed..e72923f 100644 --- a/lib_bugly/proguard-rules.pro +++ b/lib_bugly/proguard-rules.pro @@ -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.**