Skip to content

Commit

Permalink
fix(deps): update dependency androidx.compose.ui:ui-test-junit4 to v1…
Browse files Browse the repository at this point in the history
….7.6

Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Dec 11, 2024
1 parent 29909b8 commit b2ce3db
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 @@ -318,7 +318,7 @@ dependencies {
debugImplementation("androidx.compose.ui:ui-tooling")

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

testImplementation 'junit:junit:4.13.2'
Expand Down

0 comments on commit b2ce3db

Please sign in to comment.