Updated Glide
This commit is contained in:
parent
9b2835694d
commit
d60e4b8c8a
8 changed files with 9 additions and 202 deletions
6
app/proguard-rules.pro
vendored
6
app/proguard-rules.pro
vendored
|
|
@ -22,8 +22,12 @@
|
|||
-keepattributes Signature
|
||||
-keepattributes Exceptions
|
||||
|
||||
# Glide Modules
|
||||
# Glide
|
||||
-keep public class * implements com.bumptech.glide.module.GlideModule
|
||||
-keep public enum com.bumptech.glide.load.resource.bitmap.ImageHeaderParser$** {
|
||||
**[] $VALUES;
|
||||
public *;
|
||||
}
|
||||
|
||||
# ButterKnife
|
||||
-keep class butterknife.** { *; }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue