Atwa / filepicker

Android file and image picker library without permissions.
Apache License 2.0
97 stars 7 forks source link

Duplicate class c.a found in modules jetified-filepicker-2.0.0-runtime #30

Open mss-mukesh opened 3 weeks ago

mss-mukesh commented 3 weeks ago

Duplicate class c.a found in modules jetified-filepicker-2.0.0-runtime (com.github.atwa:filepicker:2.0.0) and jetified-gateway-android-3ds-6.6.69-runtime (com.mastercard.gateway:gateway-android-3ds:6.6.69)

Can you please provide a solution for this.

Atwa commented 3 weeks ago

Hi @mss-mukesh That's mainly because of Proguard obfuscating some class at my library & other class in the other library you're using with the same name resulting in that conflict.

Please try this solution here https://stackoverflow.com/a/73069230/5309066