From 8fe22a8c9611bd8cbfd8816cd7e078c30c85cf8b Mon Sep 17 00:00:00 2001 From: XuqmGroup Date: Tue, 23 Jun 2026 13:47:28 +0800 Subject: [PATCH] =?UTF-8?q?fix(proguard/push):=20=E8=A1=A5=E5=85=85=20Fire?= =?UTF-8?q?base/GMS=20=E5=8F=8A=E5=8E=82=E5=95=86=E6=8E=A8=E9=80=81=20SDK?= =?UTF-8?q?=20=E7=9A=84=20-dontwarn=20=E8=A7=84=E5=88=99?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-Authored-By: Claude Sonnet 4.6 --- sdk-push/proguard-rules.pro | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/sdk-push/proguard-rules.pro b/sdk-push/proguard-rules.pro index 48cf70d..0fa7070 100644 --- a/sdk-push/proguard-rules.pro +++ b/sdk-push/proguard-rules.pro @@ -12,3 +12,15 @@ -keepattributes *Annotation*, Signature, InnerClasses, EnclosingMethod -dontwarn com.xuqm.sdk.** + +# Firebase / GMS: compileOnly — transitive classes may be missing from classpath +-dontwarn com.google.android.gms.** +-dontwarn com.google.firebase.** + +# Vendor push SDKs: compileOnly / optional transitive deps +-dontwarn com.huawei.** +-dontwarn com.hihonor.** +-dontwarn io.github.hebeiliang.** +-dontwarn com.umeng.** +-dontwarn com.heytap.** +-dontwarn com.vivo.**