6.7.0 - Alpha11 - 移除 Flurry 及 Bugly 相关代码

This commit is contained in:
SuperMonster003
2025-11-19 13:35:39 +08:00
parent 6dfdb81106
commit 111bec7312
14 changed files with 12 additions and 153 deletions

View File

@@ -119,12 +119,6 @@
java.lang.Object readResolve();
}
-keepattributes EnclosingMethod,Signature
# Required to preserve the Flurry SDK
-keep class com.flurry.** { *; }
-dontwarn com.flurry.**
-keepattributes *Annotation*,EnclosingMethod,Signature
-keepclasseswithmembers class * {
@@ -152,11 +146,6 @@
public static final ** CREATOR;
}
# Bugly
-dontwarn com.tencent.bugly.**
-keep public class com.tencent.bugly.**{*;}
# Toaster
-keep class com.hjq.toast.** {*;}