Skip to content

Commit 278f3ec

Browse files
fix(deps): update dependency androidx.test:rules to v1.7.0 (#343)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent ea42388 commit 278f3ec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gradle/libs.versions.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ androidx-sqliteKtx = { module = "androidx.sqlite:sqlite-ktx", version.ref = "and
5858
androidx-test-core = { module = "androidx.test:core", version = "1.7.0" }
5959
androidx-test-coreKtx = { module = "androidx.test:core-ktx", version = "1.7.0" }
6060
androidx-test-runner = { module = "androidx.test:runner", version = "1.6.2" }
61-
androidx-test-rules = { module = "androidx.test:rules", version = "1.6.1" }
61+
androidx-test-rules = { module = "androidx.test:rules", version = "1.7.0" }
6262

6363
androidx-junitKtx = { module = "androidx.test.ext:junit-ktx", version.ref = "androidx-test-ext" }
6464

0 commit comments

Comments
 (0)