-
Notifications
You must be signed in to change notification settings - Fork 83
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
Fails to build on external device #78
Comments
This library implements Are you using other play libraries such as In-App updates, Play Asset Delivery, Play Feature Delivery etc? You mentioned building on an external device. Presumably, the issue also occurs if you build an APK or app bundle? |
Im not using any of those libraries that i know of. This are my dependencies: |
i am having the same issue is there any solution i am using the in-app update plugin as well |
Same issue! Conflicting the same modules with firebase_core dependency as named duplicates, waiting for the solution. |
I was unable to reproduce the issue by adding these packages to the example app then running |
Yes can verify facing this `Execution failed for task ':app:checkReleaseDuplicateClasses'.
|
Is there a particular Flutter package this is incompatible with? |
I'd be curious if anyone is able to break the build of the example app by updating https://github.com/britannio/in_app_review/blob/master/in_app_review/example/pubspec.yaml. |
Will try to check this, up until that I am trying to build by disabling each and every dependency one by one and keeping in_app_review. Here are my dependencies for reference -
|
if you are using in_app_update library, you have to update that as well. |
@daksh-pokar-shipsy update in_app_update to ^4.0.1 |
@britannio maybe you can release this change as major update and change the lib version to 3.0.0. So other don't end up just upgrade this library and running into this error. |
@nikb7 Will try this, I have to update some other dependencies first to accomplish this. |
You can use version 2.0.4 of in_app_review in the meantime @daksh-pokar-shipsy |
Cool that works, thanks.👍 |
@nikb7 @daksh-pokar-shipsy Actually, it's hard to match versions of two packages
in_app_review should have mentioned matching versions. |
Same here:
I believe the package is just not well configured regarding the underlying dependencies it uses. In the meantime, the issue is that you have two or more dependencies using different versions of an underlying dependency. To resolve this on your side check this answer: https://stackoverflow.com/a/67049254 |
My build got fixed by updating packages:
|
This only happens when the package is added (ver 2.0.5)
FAILURE: Build failed with an exception.
Execution failed for task ':app:checkDebugDuplicateClasses'.
The text was updated successfully, but these errors were encountered: