From fe4fa5323fc075ca7fdf3d6c8cfd20cb0a7d45f8 Mon Sep 17 00:00:00 2001
From: nilupeng <qingingrunt2010@qq.com>
Date: Fri, 29 Jul 2022 10:29:50 +0000
Subject: [PATCH] 部分框架优化, 首页登录部分添加

---
 app/proguard-rules.pro |    6 +++++-
 1 files changed, 5 insertions(+), 1 deletions(-)

diff --git a/app/proguard-rules.pro b/app/proguard-rules.pro
index 481bb43..ea83ef0 100644
--- a/app/proguard-rules.pro
+++ b/app/proguard-rules.pro
@@ -18,4 +18,8 @@
 
 # If you keep the line number information, uncomment this to
 # hide the original source file name.
-#-renamesourcefileattribute SourceFile
\ No newline at end of file
+#-renamesourcefileattribute SourceFile
+#穿山甲混淆代码
+-keep class com.bytedance.sdk.openadsdk.** { *; }
+-keep public interface com.bytedance.sdk.openadsdk.downloadnew.** {*;}
+-keep class com.pgl.sys.ces.* {*;}
\ No newline at end of file

--
Gitblit v1.9.1