Skip to content

Commit

Permalink
Update dependency androidx.test:runner to v1.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jul 12, 2024
1 parent fa84165 commit 6fcd148
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion settings.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ dependencyResolutionManagement {
// Android test
library("androidx-compose-ui-test-manifest", "androidx.compose.ui", "ui-test-manifest").withoutVersion()
library("androidx-test-core", "androidx.test:core:1.6.1")
library("androidx-test-runner", "androidx.test:runner:1.5.2")
library("androidx-test-runner", "androidx.test:runner:1.6.1")
library("androidx-test-rules", "androidx.test:rules:1.6.1")
library("androidx-compose-ui-test-junit4", "androidx.compose.ui:ui-test-junit4:1.6.8")
library("robolectric", "org.robolectric:robolectric:4.12.2")
Expand Down

0 comments on commit 6fcd148

Please sign in to comment.