Skip to content

Commit

Permalink
fix duplicate classes issue introduced by guava 32
Browse files Browse the repository at this point in the history
  • Loading branch information
mathisdt committed Jul 1, 2023
1 parent 105bee3 commit db3d9b1
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -101,4 +101,10 @@ dependencies {
androidTestImplementation 'androidx.test.espresso:espresso-core:3.5.1'

coreLibraryDesugaring 'com.android.tools:desugar_jdk_libs:2.0.3'

modules {
module("com.google.guava:listenablefuture") {
replacedBy("com.google.guava:guava", "listenablefuture is part of guava")
}
}
}

0 comments on commit db3d9b1

Please sign in to comment.