Skip to content

Commit

Permalink
Update dependency androidx.test:rules to v1.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored and GisoBartels committed Jul 12, 2024
1 parent b621d87 commit fa84165
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 @@ -108,7 +108,7 @@ dependencyResolutionManagement {
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-rules", "androidx.test:rules:1.5.0")
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 fa84165

Please sign in to comment.