From 5c5e245358ee954094c5121c8a3c5a6a877078f1 Mon Sep 17 00:00:00 2001 From: Xwite <82232510+Xwite@users.noreply.github.com> Date: Mon, 19 Feb 2024 18:14:41 +0800 Subject: [PATCH] Update proguard-rules.pro MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 更新R8规则: cronet 120以上版本 --- app/proguard-rules.pro | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/app/proguard-rules.pro b/app/proguard-rules.pro index 3104daffc..4147f2695 100644 --- a/app/proguard-rules.pro +++ b/app/proguard-rules.pro @@ -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调用