Skip to content

Commit df85231

Browse files
authored
Add dependency on empty version of listenablefuture. (#58)
This avoids the classpath conflict when both guava and listenablefuture libraries are present. See https://groups.google.com/forum/#!topic/guava-announce/Km82fZG68Sw for context.
1 parent ea1716a commit df85231

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

firebase-firestore/firebase-firestore.gradle

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -99,6 +99,8 @@ dependencies {
9999
implementation "com.google.android.gms:play-services-tasks:$playServicesVersion"
100100
implementation "com.google.android.gms:play-services-base:$playServicesVersion"
101101

102+
implementation 'com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'
103+
102104
implementation 'com.squareup.okhttp:okhttp:2.7.2'
103105
implementation ('com.google.firebase:firebase-auth-interop:16.0.1') {
104106
exclude group: "com.google.firebase", module: "firebase-common"

0 commit comments

Comments
 (0)