From c503e920d6b0ca9f2da375025b09ac6af18e7646 Mon Sep 17 00:00:00 2001 From: HuanCheng65 <22636177+HuanCheng65@users.noreply.github.com> Date: Wed, 31 Jan 2024 00:12:44 +0800 Subject: [PATCH] =?UTF-8?q?chore:=20Matisse=20=E7=9B=B8=E5=85=B3=E6=B7=B7?= =?UTF-8?q?=E6=B7=86?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/proguard-rules.pro | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/app/proguard-rules.pro b/app/proguard-rules.pro index e5169b4c..48951342 100644 --- a/app/proguard-rules.pro +++ b/app/proguard-rules.pro @@ -155,6 +155,8 @@ # Matisse -dontwarn com.squareup.picasso.** +-dontwarn com.zhihu.matisse.** +-keep class com.zhihu.matisse.**{*;} -keep class com.lijiankun24.** { *; } @@ -274,10 +276,11 @@ -keep,allowobfuscation,allowshrinking class * extends com.google.gson.reflect.TypeToken -keep,allowobfuscation,allowshrinking class com.billy.android.preloader.** { *; } +-keep,allowobfuscation,allowshrinking class com.huanchengfly.tieba.post.utils.preload.** { *; } -if interface * { @retrofit2.http.* ; } -keep,allowobfuscation interface <1> -keepclassmembers,allowobfuscation class * { @com.google.gson.annotations.SerializedName ; -} \ No newline at end of file +}