From bd65c3e5783dce53251768f9a027859dbbabdc0c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 25 Jun 2024 00:17:56 +0000 Subject: [PATCH] Bump androidx.test.services:test-services from 1.4.2 to 1.5.0 Bumps androidx.test.services:test-services from 1.4.2 to 1.5.0. --- updated-dependencies: - dependency-name: androidx.test.services:test-services 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 26f75a24..832b7f6d 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -44,7 +44,7 @@ dependencies { implementation 'com.github.bumptech.glide:glide:4.16.0' androidTestImplementation "androidx.test.ext:junit-ktx:1.1.5" - androidTestUtil "androidx.test.services:test-services:1.4.2" + androidTestUtil "androidx.test.services:test-services:1.5.0" androidTestImplementation "androidx.test.espresso:espresso-core:3.5.1" androidTestImplementation "androidx.test:rules:1.5.0" // GrantPermissionRule androidTestImplementation 'com.github.AppDevNext:Moka:1.6'