Skip to content

Commit

Permalink
Try constraining version.
Browse files Browse the repository at this point in the history
  • Loading branch information
jonsimantov committed Sep 17, 2024
1 parent f8ab87e commit 9b42f92
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions firestore/integration_test_internal/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,12 @@ firebaseCpp.dependencies {
firestore
}

dependencies {
implementation ('com.google.firebase:firebase-firestore') {
constraint(group = 'com.google.guava', module = 'guava', version = '32.1.3-android')
}
}

apply plugin: 'com.google.gms.google-services'

task copyIntegrationTestFiles(type:Exec) {
Expand Down

0 comments on commit 9b42f92

Please sign in to comment.