6.7.0 - Alpha11 - 移除 Flurry 及 Bugly 相关代码
This commit is contained in:
11
app/proguard-rules.pro
vendored
11
app/proguard-rules.pro
vendored
@@ -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.** {*;}
|
||||
Reference in New Issue
Block a user