From 5671e545fc0c1e69a0ca6d569435f675a796abdb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 14 Aug 2026 20:07:46 +0000 Subject: [PATCH] build(deps): bump androidx.test:runner from 1.6.2 to 1.7.0 in /device Bumps androidx.test:runner from 1.6.2 to 1.7.0. --- updated-dependencies: - dependency-name: androidx.test:runner dependency-version: 1.7.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- device/app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/device/app/build.gradle b/device/app/build.gradle index 0fb3bc3..ede8556 100644 --- a/device/app/build.gradle +++ b/device/app/build.gradle @@ -60,7 +60,7 @@ dependencies { testImplementation "junit:junit:4.13.2" testImplementation "org.json:json:20250517" androidTestImplementation "androidx.test.ext:junit:1.2.1" - androidTestImplementation "androidx.test:runner:1.6.2" + androidTestImplementation "androidx.test:runner:1.7.0" androidTestImplementation "androidx.test:core:1.6.1" androidTestImplementation "androidx.test.espresso:espresso-core:3.6.1" }