Proguard with coil library for loading svg image from url

I am using coil library for loading svg image from url.
without the proguard its working fine but with it its not able to fetch the svg and convert it to bitmap on android.
i have shared my implementation and already asked the question on stack over flow.

Let me know, what to add other than those which are listed on coil github link as i have tried those which they need for coroutines, OkHttp and Okio.

Hi @SpadeAces ,

Does it result in a crash (or at least an error)? If so, can you please share the full stack trace with us?

Best regards,

Jonas

Hello,

The issue was resolved, I missed on class in keep which i added later to my code. now its working fine.

Kind regards,
Manzoor

1 Like