-
Notifications
You must be signed in to change notification settings - Fork 141
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I have an issue when building android with flutter using intercom latest version 9.0.9 #461
Comments
??? |
From the error, seems that the issue is from Firebase packages. If no, then please share the reproducible sample. |
I was able to successfully build the project when I remove the intercom_flutter package |
These are the versions of firebase I used in my project pub spec file ///Android gradel implementation platform('com.google.firebase:firebase-bom:30.4.1') |
I'm not sure if it is related but starting |
@AsmaaMagdHelali fixed with me after using intercom_flutter: ^8.1.3 |
yes, because starting from intercom_flutter: 9.0.5 they started to use AGP 8 🥲 |
Duplicate of #436 |
starting from intercom version 9.0.5. I start to get an error with only in android build only in firebase packages.
Error: Duplicate class com.google.firebase.Timestamp found in modules jetified-firebase-common-21.0.0-runtime (com.google.firebase:firebase-common:21.0.0) and jetified-firebase-firestore-24.11.0-runtime (com.google.firebase:firebase-firestore:24.11.0)
The text was updated successfully, but these errors were encountered: