Skip to content

Commit

Permalink
Update dependency androidx.compose.ui:ui-test-junit4 to v1.7.2
Browse files Browse the repository at this point in the history
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored and AndyScherzinger committed Sep 18, 2024
1 parent 73b919d commit bc57bb2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -316,7 +316,7 @@ dependencies {
debugImplementation("androidx.compose.ui:ui-tooling")

//tests
androidTestImplementation("androidx.compose.ui:ui-test-junit4:1.7.1")
androidTestImplementation("androidx.compose.ui:ui-test-junit4:1.7.2")
debugImplementation("androidx.compose.ui:ui-test-manifest")

testImplementation 'junit:junit:4.13.2'
Expand Down

0 comments on commit bc57bb2

Please sign in to comment.