We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9b42f92 commit abf0046Copy full SHA for abf0046
firestore/integration_test_internal/build.gradle
@@ -105,9 +105,7 @@ firebaseCpp.dependencies {
105
}
106
107
dependencies {
108
- implementation ('com.google.firebase:firebase-firestore') {
109
- constraint(group = 'com.google.guava', module = 'guava', version = '32.1.3-android')
110
- }
+ implementation 'com.google.guava:guava:32.0.1-android'
111
112
113
apply plugin: 'com.google.gms.google-services'
0 commit comments