From 25cd9c520c243cb17a90332c2b0c323deeb857bb Mon Sep 17 00:00:00 2001 From: lianlonggang Date: Wed, 23 Jul 2025 18:09:39 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A2=9E=E5=8A=A0obf=E6=B7=B7=E6=B7=86?= =?UTF-8?q?=E4=BE=8B=E5=A4=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- health-watch/health-watch-biz/proguard.cfg | 2 ++ 1 file changed, 2 insertions(+) diff --git a/health-watch/health-watch-biz/proguard.cfg b/health-watch/health-watch-biz/proguard.cfg index bef94d2..7c7a459 100644 --- a/health-watch/health-watch-biz/proguard.cfg +++ b/health-watch/health-watch-biz/proguard.cfg @@ -26,6 +26,8 @@ -keep class com.renkang.**.bean.** { *; } -keep class com.renkang.**.model.** { *; } -keep class com.renkang.**.vo.** { *; } +-keep class com.renkang.**.task.** +-keep class com.renkang.**.task.**Constants { *; } -keepparameternames # 关闭优化和压缩(避免框架兼容性问题)