chore: Matisse 相关混淆

This commit is contained in:
HuanCheng65 2024-01-31 00:12:44 +08:00 committed by GitHub
parent d337819eb8
commit c503e920d6
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 4 additions and 1 deletions

View File

@ -155,6 +155,8 @@
# Matisse # Matisse
-dontwarn com.squareup.picasso.** -dontwarn com.squareup.picasso.**
-dontwarn com.zhihu.matisse.**
-keep class com.zhihu.matisse.**{*;}
-keep class com.lijiankun24.** { *; } -keep class com.lijiankun24.** { *; }
@ -274,10 +276,11 @@
-keep,allowobfuscation,allowshrinking class * extends com.google.gson.reflect.TypeToken -keep,allowobfuscation,allowshrinking class * extends com.google.gson.reflect.TypeToken
-keep,allowobfuscation,allowshrinking class com.billy.android.preloader.** { *; } -keep,allowobfuscation,allowshrinking class com.billy.android.preloader.** { *; }
-keep,allowobfuscation,allowshrinking class com.huanchengfly.tieba.post.utils.preload.** { *; }
-if interface * { @retrofit2.http.* <methods>; } -if interface * { @retrofit2.http.* <methods>; }
-keep,allowobfuscation interface <1> -keep,allowobfuscation interface <1>
-keepclassmembers,allowobfuscation class * { -keepclassmembers,allowobfuscation class * {
@com.google.gson.annotations.SerializedName <fields>; @com.google.gson.annotations.SerializedName <fields>;
} }