Skip to content

Commit 34ccc9a

Browse files
authored
Update firebase-datatransport dependencies (#5242)
Bump common and transport-* to their latest released versions
1 parent 1ffc328 commit 34ccc9a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

firebase-datatransport/firebase-datatransport.gradle

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -46,11 +46,11 @@ android {
4646
}
4747

4848
dependencies {
49-
implementation 'com.google.firebase:firebase-common:20.3.1'
49+
implementation 'com.google.firebase:firebase-common:20.3.3'
5050
implementation 'com.google.firebase:firebase-components:17.1.0'
5151
implementation 'com.google.android.datatransport:transport-api:3.0.0'
52-
implementation 'com.google.android.datatransport:transport-runtime:3.1.8'
53-
implementation 'com.google.android.datatransport:transport-backend-cct:3.1.8'
52+
implementation 'com.google.android.datatransport:transport-runtime:3.1.9'
53+
implementation 'com.google.android.datatransport:transport-backend-cct:3.1.9'
5454
implementation 'androidx.annotation:annotation:1.1.0'
5555

5656
testImplementation 'androidx.test:runner:1.2.0'

0 commit comments

Comments
 (0)