chore: Matisse 相关混淆
This commit is contained in:
parent
d337819eb8
commit
c503e920d6
|
|
@ -155,6 +155,8 @@
|
|||
|
||||
# Matisse
|
||||
-dontwarn com.squareup.picasso.**
|
||||
-dontwarn com.zhihu.matisse.**
|
||||
-keep class com.zhihu.matisse.**{*;}
|
||||
|
||||
-keep class com.lijiankun24.** { *; }
|
||||
|
||||
|
|
@ -274,6 +276,7 @@
|
|||
-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.* <methods>; }
|
||||
-keep,allowobfuscation interface <1>
|
||||
|
|
|
|||
Loading…
Reference in New Issue