Skip to content

Commit 9b42f92

Browse files
committed
Try constraining version.
1 parent f8ab87e commit 9b42f92

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

firestore/integration_test_internal/build.gradle

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -104,6 +104,12 @@ firebaseCpp.dependencies {
104104
firestore
105105
}
106106

107+
dependencies {
108+
implementation ('com.google.firebase:firebase-firestore') {
109+
constraint(group = 'com.google.guava', module = 'guava', version = '32.1.3-android')
110+
}
111+
}
112+
107113
apply plugin: 'com.google.gms.google-services'
108114

109115
task copyIntegrationTestFiles(type:Exec) {

0 commit comments

Comments
 (0)