Skip to content

Commit

Permalink
API dep for test rulesgs (#100)
Browse files Browse the repository at this point in the history
  • Loading branch information
rbro112 authored Oct 27, 2023
1 parent 41a377b commit 2f155cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion snapshots/snapshots/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,6 @@ android {
dependencies {

implementation(libs.junit)
implementation(libs.androidx.test.rules)

implementation(platform(libs.compose.bom))
implementation(libs.compose.runtime)
Expand All @@ -58,6 +57,7 @@ dependencies {
api(libs.androidx.test.core)
api(libs.androidx.test.core.ktx)
api(libs.androidx.test.ext.junit)
api(libs.androidx.test.rules)
api(libs.androidx.test.runner)
api(libs.compose.ui.test.junit)

Expand Down

0 comments on commit 2f155cc

Please sign in to comment.