We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cc302d9 commit 5089d91Copy full SHA for 5089d91
firebase-sessions/firebase-sessions.gradle.kts
@@ -52,8 +52,8 @@ dependencies {
52
implementation("com.google.firebase:firebase-installations-interop:17.1.0")
53
implementation(libs.androidx.annotation)
54
55
+ runtimeOnly("com.google.firebase:firebase-datatransport:18.1.8")
56
runtimeOnly("com.google.firebase:firebase-installations:17.1.3")
- runtimeOnly(project(":firebase-datatransport"))
57
58
kapt(project(":encoders:firebase-encoders-processor"))
59
0 commit comments