natario1 / GIFCompressor

An Android tool to compresses your GIFs into lightweight MP4 video using fast, hardware-accelerated encoders. Supports cropping, rotation, GIF concatenation and much more.
https://natario1.github.io/GIFCompressor
Apache License 2.0
123 stars 25 forks source link

Proguard rules #11

Open c3zius opened 4 years ago

c3zius commented 4 years ago

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.

Mouadabdelghafouraitali commented 4 years ago

@c3zius thank you so much bro!!