From 041351ec06df51ac82d718ec2f6b8ba5edac10d3 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 2 Aug 2025 06:57:27 +0000 Subject: [PATCH] fix(deps): update dependency androidx.test:rules to v1.7.0 --- gradle/libs.versions.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index bf3be8c9..c37d0a47 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -58,7 +58,7 @@ androidx-sqliteKtx = { module = "androidx.sqlite:sqlite-ktx", version.ref = "and androidx-test-core = { module = "androidx.test:core", version = "1.7.0" } androidx-test-coreKtx = { module = "androidx.test:core-ktx", version = "1.6.1" } androidx-test-runner = { module = "androidx.test:runner", version = "1.6.2" } -androidx-test-rules = { module = "androidx.test:rules", version = "1.6.1" } +androidx-test-rules = { module = "androidx.test:rules", version = "1.7.0" } androidx-junitKtx = { module = "androidx.test.ext:junit-ktx", version.ref = "androidx-test-ext" }