Skip to content
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

Update firebase_dynamic_links android dependencies #28119

Closed
Signez opened this issue Feb 18, 2019 · 6 comments · Fixed by flutter/plugins#1571
Closed

Update firebase_dynamic_links android dependencies #28119

Signez opened this issue Feb 18, 2019 · 6 comments · Fixed by flutter/plugins#1571
Labels
p: firebase_dynamic_links Firebase DynamicLinks plugin p: firebase Firebase plugins package flutter/packages repository. See also p: labels.

Comments

@Signez
Copy link

Signez commented Feb 18, 2019

In the firebase_dynamic_links Firebase Flutter plugin, the reference to Android library firebase-dynamic-links in build.gradle is currently:

        api 'com.google.firebase:firebase-dynamic-links:16.1.2'

This version, 16.1.2, broke my build when I updated all my project with AndroidX and up-to-date Firebase library versions. Moreover, it is breaking with a difficult error message:

D8: Type com.google.android.gms.internal.measurement.zztk is referenced as an interface from `com.google.android.gms.internal.measurement.zztp`

It is quite hard to troubleshoot, as you have to think to open the dependencies of each flutter plugin (3 hours lost here 😅) to find that a minor version is the root of all the problems.

Replacing the obsolete dependency with an updated reference fixes it:

        api 'com.google.firebase:firebase-dynamic-links:16.1.7'
@zoechi zoechi added plugin p: firebase Firebase plugins p: firebase_dynamic_links Firebase DynamicLinks plugin labels Feb 19, 2019
@zoechi zoechi added this to the Goals milestone Feb 19, 2019
@leoafarias
Copy link
Contributor

Have the same issue, but having a problem with the CI since its grabbing a fresh version from pubdart

@qazimusab
Copy link

qazimusab commented Apr 8, 2019

Having the same issue... any update on when this will be fixed? This is holding up a release.

@aqibgatoo
Copy link

aqibgatoo commented Apr 8, 2019

Same Issue. Unable to build for Android

D8: Interface com.google.android.gms.internal.measurement.zzq(classpath class)used as super class ofcom.google.android.gms.internal.measurement.zztr. D8: Type com.google.android.gms.measurement.internal.zzdy is referenced as an interface from com.google.firebase.analytics.zzb. D8: Type com.google.android.gms.measurement.internal.zzdb is referenced as an interface from com.google.android.gms.measurement.internal.AppMeasurementDynamiteService$zzb. D8: Type com.google.android.gms.measurement.internal.zzda is referenced as an interface from com.google.android.gms.measurement.internal.AppMeasurementDynamiteService$zza. D8: Interface com.google.android.gms.internal.measurement.zzq(classpath class)used as super class ofcom.google.android.gms.measurement.internal.zzai. D8: Interface com.google.android.gms.internal.measurement.zzq(classpath class)used as super class ofcom.google.android.gms.internal.measurement.zzw. D8: Type com.google.android.gms.measurement.internal.zzv is referenced as an interface from com.google.android.gms.measurement.internal.zzbs. D8: Type com.google.android.gms.measurement.internal.zzfi is referenced as an interface from com.google.android.gms.measurement.AppMeasurementService. D8: Interface com.google.android.gms.internal.measurement.zzu(classpath class)used as super class ofcom.google.android.gms.internal.measurement.zzaa$zzc. D8: Type com.google.android.gms.internal.measurement.zzw is referenced as an interface from com.google.android.gms.internal.measurement.zzx. D8: Interface com.google.android.gms.internal.measurement.zzu(classpath class)used as super class ofcom.google.android.gms.internal.measurement.zzaa$zzb.

@MustansirZia
Copy link

It's definitely breaking our builds too since we use newer versions of the other firebase plugins and this one hasn't yet updated its dependencies.

Here's what we have currently.

  firebase_core: ^0.3.1+1
  firebase_messaging: ^4.0.0+1
  firebase_analytics: ^2.1.0
  firebase_crashlytics: ^0.0.2
  firebase_dynamic_links: ^0.2.0+3

@kroikie
Copy link

kroikie commented Oct 13, 2019

@Signez

This issue has been moved to firebase/flutterfire#430. Any further collaboration will be done there.

@github-actions
Copy link

This thread has been automatically locked since there has not been any recent activity after it was closed. If you are still experiencing a similar issue, please open a new bug, including the output of flutter doctor -v and a minimal reproduction of the issue.

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Aug 14, 2021
@flutter-triage-bot flutter-triage-bot bot added the package flutter/packages repository. See also p: labels. label Jul 5, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
p: firebase_dynamic_links Firebase DynamicLinks plugin p: firebase Firebase plugins package flutter/packages repository. See also p: labels.
Projects
None yet
7 participants