Skip to content

Commit

Permalink
Bump firebase-datatransport dependencies (#5486)
Browse files Browse the repository at this point in the history
  • Loading branch information
rlazo authored Oct 30, 2023
1 parent 36b6403 commit 3704b6e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions firebase-datatransport/firebase-datatransport.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -48,9 +48,9 @@ android {
dependencies {
implementation 'com.google.firebase:firebase-common:20.3.3'
implementation 'com.google.firebase:firebase-components:17.1.0'
implementation 'com.google.android.datatransport:transport-api:3.0.0'
implementation 'com.google.android.datatransport:transport-runtime:3.1.9'
implementation 'com.google.android.datatransport:transport-backend-cct:3.1.9'
implementation project(':transport:transport-api')
implementation project(':transport:transport-runtime')
implementation project(':transport:transport-backend-cct')
implementation 'androidx.annotation:annotation:1.1.0'

testImplementation 'androidx.test:runner:1.2.0'
Expand Down

0 comments on commit 3704b6e

Please sign in to comment.