redwarp / gifdecoder

An implementation of a gif decoder written 100% in Kotlin, plus an associated Drawable for Android
Apache License 2.0
47 stars 6 forks source link

Get rid of netty #11

Closed redwarp closed 3 years ago

redwarp commented 3 years ago

It was not a great idea in the end: messes up with proguard

redwarp commented 3 years ago

Done