From 5fee614442e61942d900cbea797ef10b9069693c Mon Sep 17 00:00:00 2001 From: HuanCheng65 <609486518@qq.com> Date: Thu, 19 Aug 2021 04:25:05 -0500 Subject: [PATCH] =?UTF-8?q?chore:=20=E4=BF=AE=E5=A4=8D=E6=B7=B7=E6=B7=86?= =?UTF-8?q?=E6=96=87=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/proguard-rules.pro | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/app/proguard-rules.pro b/app/proguard-rules.pro index 92278747..fb08b642 100644 --- a/app/proguard-rules.pro +++ b/app/proguard-rules.pro @@ -38,11 +38,11 @@ -dontnote com.google.android.material.** -dontwarn androidx.** --keepclasseswithmembernames class * { +-keepclasseswithmembers class * { public (android.content.Context, android.util.AttributeSet); } --keepclasseswithmembernames class * { +-keepclasseswithmembers class * { public (android.content.Context, android.util.AttributeSet, int); } @@ -85,7 +85,7 @@ void *(**On*Listener); } # 保留本地native方法不被混淆 --keepclasseswithmembernames class * { +-keepclasseswithmembers class * { native ; } @@ -253,4 +253,4 @@ -keep class androidx.recyclerview.widget.RecyclerView$ViewHolder { *; } -keep class androidx.recyclerview.widget.RecyclerView$LayoutManager { *; } --keep class com.huanchengfly.tieba.post.plugins.** { *; } \ No newline at end of file +-keep class com.huanchengfly.tieba.post.plugins.** { *; }