Skip to content

Commit 174e7d8

Browse files
authored
Pin perf dependency on firebase-datatransport (#5056)
1 parent da0c550 commit 174e7d8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

firebase-perf/firebase-perf.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ dependencies {
102102
implementation "com.google.protobuf:protobuf-javalite:$javaliteVersion"
103103
runtimeOnly 'com.google.firebase:firebase-installations:17.1.3'
104104
implementation 'com.google.android.datatransport:transport-api:3.0.0'
105-
runtimeOnly project(':firebase-datatransport')
105+
runtimeOnly 'com.google.firebase:firebase-datatransport:18.1.8'
106106
javadocClasspath 'com.google.auto.value:auto-value-annotations:1.6.6'
107107
javadocClasspath 'com.google.code.findbugs:jsr305:3.0.2'
108108

0 commit comments

Comments
 (0)