[Artists] Fixed incorrect Artist Images

This commit is contained in:
Prathamesh More 2021-12-25 20:34:01 +05:30
parent 89d1b7e835
commit 775271aed4
2 changed files with 8 additions and 1 deletions

View file

@ -34,11 +34,16 @@
# Glide
-keep public class * implements com.bumptech.glide.module.GlideModule
-keep public class * extends com.bumptech.glide.module.AppGlideModule
-keep class * extends com.bumptech.glide.module.AppGlideModule {
<init>(...);
}
-keep public enum com.bumptech.glide.load.ImageHeaderParser$** {
**[] $VALUES;
public *;
}
-keep class com.bumptech.glide.load.data.ParcelFileDescriptorRewinder$InternalRewinder {
*** rewind();
}
# OkHttp
-keepattributes Signature