From 6941c6f2c18d074117a1d6cefff42aef94874dfb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 9 Nov 2022 04:04:45 +0000 Subject: [PATCH] Bump rules from 1.2.0 to 1.5.0 Bumps rules from 1.2.0 to 1.5.0. --- updated-dependencies: - dependency-name: androidx.test:rules 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 23037064..eb5e2a1b 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -95,7 +95,7 @@ dependencies { implementation 'androidx.exifinterface:exifinterface:1.2.0' implementation 'com.pierfrancescosoffritti.androidyoutubeplayer:core:10.0.5' // Only for tests - androidTestImplementation 'androidx.test:rules:1.2.0' + androidTestImplementation 'androidx.test:rules:1.5.0' androidTestImplementation 'com.tomash:androidcontacts:1.14.0' androidTestImplementation 'androidx.test:runner:1.2.0' androidTestImplementation 'androidx.test.espresso:espresso-core:3.2.0'