You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For using this library with proguard you need to put this rule:
-keep class com.bumptech.glide.gifdecoder.** { *; }
in your proguard-rules file.
I think this information need to add in project readme file.
For using this library with proguard you need to put this rule:
-keep class com.bumptech.glide.gifdecoder.** { *; }
in your proguard-rules file.
I think this information need to add in project readme file.