From 4be14d21b6b28ae568c4d3470b4f3903750509d3 Mon Sep 17 00:00:00 2001 From: Liuyf Date: Mon, 9 Sep 2024 12:02:00 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E5=BE=AE=E4=BF=A1=E6=94=AF=E4=BB=98?= =?UTF-8?q?=E6=B7=B7=E6=B7=86=E8=A7=84=E5=88=99=E6=94=AF=E6=8C=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- android/app/proguard-rules.pro | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/android/app/proguard-rules.pro b/android/app/proguard-rules.pro index 809a4fd0..7488dca8 100644 --- a/android/app/proguard-rules.pro +++ b/android/app/proguard-rules.pro @@ -71,7 +71,6 @@ -keep class com.huawei.updatesdk.**{*;} -keep class com.huawei.hms.**{*;} --keep class cn.ones.project.push.receiver.OnesMiMessageReceiver {*;} -keep public class * extends android.app.Service -keep class com.heytap.msp.** { *;} @@ -79,7 +78,6 @@ -dontwarn com.vivo.push.** -keep class com.vivo.push.**{*; } -keep class com.vivo.vms.**{*; } --keep class cn.ones.project.push.receiver.OnesVivoPushMessageReceiver {*;} -dontoptimize @@ -123,4 +121,7 @@ -keepclassmembers,allowobfuscation class * { @com.alibaba.fastjson.annotation.JSONField ; -} \ No newline at end of file +} + +-keep class com.tencent.mm.sdk.** { *; } +-keep class com.tencent.mm.opensdk.** { *; } \ No newline at end of file