Skip to content

Commit abf0046

Browse files
committed
Try adding a different guava dep to the integration test.
1 parent 9b42f92 commit abf0046

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

firestore/integration_test_internal/build.gradle

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -105,9 +105,7 @@ firebaseCpp.dependencies {
105105
}
106106

107107
dependencies {
108-
implementation ('com.google.firebase:firebase-firestore') {
109-
constraint(group = 'com.google.guava', module = 'guava', version = '32.1.3-android')
110-
}
108+
implementation 'com.google.guava:guava:32.0.1-android'
111109
}
112110

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

0 commit comments

Comments
 (0)