filepicker icon indicating copy to clipboard operation
filepicker copied to clipboard

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

Open mss-mukesh opened this issue 1 year ago • 1 comments

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.

mss-mukesh avatar Aug 19 '24 06:08 mss-mukesh

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

Atwa avatar Aug 20 '24 23:08 Atwa