Skip to content

Commit

Permalink
Force hamcrest
Browse files Browse the repository at this point in the history
  • Loading branch information
alorma committed Oct 23, 2023
1 parent 4e22a7d commit 0c4505e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
2 changes: 2 additions & 0 deletions barista/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,8 @@ dependencies {

implementation(libs.androidX.material)

implementation(libs.hamcrest)

testImplementation(libs.testing.jUnit)
testImplementation(libs.testing.jUnitParams)
testImplementation(libs.testing.assertJ)
Expand Down
3 changes: 3 additions & 0 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ androidXRecyclerView = "1.0.0"
androidXVectorDrawable = "1.0.0"
androidXViewPager2 = "1.0.0"
uiAutomator = "2.2.0"
hamcrest = "2.2"

glide = "4.10.0"

Expand Down Expand Up @@ -54,6 +55,8 @@ androidX-recyclerView = { module = "androidx.recyclerview:recyclerview", version
androidX-vectorDrawable-animated = { module = "androidx.vectordrawable:vectordrawable-animated", version.ref = "androidXVectorDrawable" }
androidX-viewPager2 = { module = "androidx.viewpager2:viewpager2", version.ref = "androidXViewPager2" }

hamcrest = { module = "org.hamcrest:hamcrest", version.ref = "hamcrest" }

androidX-compose-ui-ui = { module = "androidx.compose.ui:ui", version.ref = "compose" }
androidX-compose-ui-tooling-core = { module = "androidx.compose.ui:ui-tooling", version.ref = "compose" }
androidX-compose-ui-tooling-preview = { module = "androidx.compose.ui:ui-tooling-preview", version.ref = "compose" }
Expand Down

0 comments on commit 0c4505e

Please sign in to comment.