GIFCompressor icon indicating copy to clipboard operation
GIFCompressor copied to clipboard

Proguard rules

Open c3zius opened this issue 3 years ago • 1 comments

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.

c3zius avatar Sep 11 '20 06:09 c3zius

@c3zius thank you so much bro!!

Mouadabdelghafouraitali avatar Nov 15 '20 20:11 Mouadabdelghafouraitali