#----Glide--- start
-keep public class * implements com.bumptech.glide.module.GlideModule
-keep public class * extends com.bumptech.glide.module.AppGlideModule
-keep public enum com.bumptech.glide.load.resource.bitmap.ImageHeaderParser$** {
**[] $VALUES;
public *;
}
#---Glide V4.X
-dontwarn com.bumptech.glide.load.engine.bitmap_recycle.LruBitmapPool
-dontwarn com.bumptech.glide.load.resource.bitmap.Downsampler
-dontwarn com.bumptech.glide.load.resource.bitmap.HardwareConfigState
#----Glide--- end
'Development > Android' 카테고리의 다른 글
Google Translate (0) | 2018.05.30 |
---|---|
Multipart used retrofit2 (0) | 2018.05.16 |
If Broadcast Receiver is taking too long to receive in onReceive() (0) | 2018.05.04 |
Multidex setting (0) | 2018.04.06 |
apk 파일 디컴파일 하기 (0) | 2018.04.06 |