Skip to content

Commit

Permalink
Remove forcing
Browse files Browse the repository at this point in the history
  • Loading branch information
alorma committed Oct 23, 2023
1 parent 3a750a2 commit 4e22a7d
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions barista/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -24,12 +24,6 @@ android {
}
}

configurations.all {
resolutionStrategy.force("org.hamcrest:hamcrest:2.2")
resolutionStrategy.force("org.hamcrest:hamcrest-library:2.2")
resolutionStrategy.force("org.hamcrest:hamcrest-core:2.2")
}

dependencies {
api(libs.androidX.test.espresso.core)
api(libs.androidX.test.espresso.contrib)
Expand Down

0 comments on commit 4e22a7d

Please sign in to comment.