Update proguard-rules.pro

更新R8规则: cronet 120以上版本
This commit is contained in:
Xwite 2024-02-19 18:14:41 +08:00 committed by GitHub
parent 39dce6fa74
commit 5c5e245358
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -396,6 +396,13 @@
# https://android.googlesource.com/platform/sdk/+/marshmallow-mr1-release/files/proguard-android.txt#54
-dontwarn android.support.**
# Please add these rules to your existing keep rules in order to suppress warnings.
# This is generated automatically by the Android Gradle plugin.
-dontwarn android.util.StatsEvent$Builder
-dontwarn android.util.StatsEvent
-dontwarn org.chromium.base.FeatureList
-dontwarn org.chromium.base.FeatureMap
#-------------------Cronet------------------------------------
# Class.forName调用