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.**