diff --git a/dpadrecyclerview-compose/build.gradle b/dpadrecyclerview-compose/build.gradle index 1b3fd8e9..1824dc0d 100644 --- a/dpadrecyclerview-compose/build.gradle +++ b/dpadrecyclerview-compose/build.gradle @@ -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 }