capacitor-community / image-to-text

Capacitor Plugin for image to text processing (OCR)
Other
28 stars 10 forks source link

Duplicated firebase classes fix Android #8

Closed VerusLucian closed 1 year ago

VerusLucian commented 1 year ago

I've had a problem building an android application because of an error listed below. I have searched for a solution and found the only one that works.

Duplicate class com.google.firebase.iid.FirebaseInstanceIdReceiver found in modules firebase-iid-20.0.2-runtime (com.google.firebase:firebase-iid:20.0.2) and firebase-messaging-23.1.2-runtime (com.google.firebase:firebase-messaging:23.1.2)

dtarnawsky commented 1 year ago

Thanks for the PR @VerusLucian

VerusLucian commented 12 months ago

I'm glad I could help.