From 87752112871b9cd85ac90f1ab5eb16d931f17421 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Jun 2026 03:08:43 +0000 Subject: [PATCH] ci: bump androidx.test:rules from 1.6.1 to 1.7.0 Bumps androidx.test:rules from 1.6.1 to 1.7.0. --- updated-dependencies: - dependency-name: androidx.test:rules dependency-version: 1.7.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- gradle/libs.versions.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index aaa18b7ba7..255ce2b262 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -25,8 +25,8 @@ androidx-test-services = { module = "androidx.test.services:test-services", vers androidx-storage = { module = "androidx.test.services:storage" } # used for peristent android test result storage, file version from androidx-fragment-testing-manifest androidxAppcompat = { module = "androidx.appcompat:appcompat", version = "1.4.0" } androidxConstraintlayout = { module = "androidx.constraintlayout:constraintlayout", version = "2.1.1" } -androidx-test-core = "androidx.test:core:1.6.1" -androidx-test-rules = "androidx.test:rules:1.6.1" +androidx-test-core = "androidx.test:core:1.7.0" +androidx-test-rules = "androidx.test:rules:1.7.0" androidx-test-ext-junit = "androidx.test.ext:junit:1.2.1" androidx-test-espresso-core = "androidx.test.espresso:espresso-core:3.6.1" androidx-fragment-testing = { module ="androidx.fragment:fragment-testing", version.ref = "androidx-fragment-testing"}