From 09b133e0ba346374268250590ac2ab85dac44dec Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 31 Jul 2025 14:53:10 +0000 Subject: [PATCH] Bump androidx.test.services:test-services from 1.5.0 to 1.6.0 Bumps androidx.test.services:test-services from 1.5.0 to 1.6.0. --- updated-dependencies: - dependency-name: androidx.test.services:test-services dependency-version: 1.6.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/build.gradle b/app/build.gradle index e37abb02d..c02791d77 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -44,7 +44,7 @@ dependencies { androidTestImplementation "androidx.test.ext:junit-ktx:1.3.0" androidTestImplementation "com.github.AppDevNext.Logcat:LogcatCoreLib:3.3.1" - androidTestUtil "androidx.test.services:test-services:1.5.0" + androidTestUtil "androidx.test.services:test-services:1.6.0" androidTestImplementation "androidx.test.espresso:espresso-core:3.7.0" androidTestImplementation "androidx.test.espresso:espresso-intents:3.7.0" }