Skip to content

Commit

Permalink
Remove unnecessary guava configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
rubensousa committed Mar 14, 2024
1 parent faf7fe7 commit 3ded2de
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions dpadrecyclerview-compose/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -68,10 +68,5 @@ dependencies {
androidTestImplementation project(':dpadrecyclerview-testing')
androidTestImplementation project(':dpadrecyclerview-test-fixtures')
androidTestImplementation libs.androidx.test.compose.ui.junit4
modules {
module("com.google.guava:listenablefuture") {
replacedBy("com.google.guava:guava", "listenablefuture is part of guava")
}
}
androidTestUtil libs.androidx.test.services
}

0 comments on commit 3ded2de

Please sign in to comment.