From be4a36b53ccaa5529d5dbc373eca916568bc1690 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 28 Jul 2022 14:25:08 +0000 Subject: [PATCH] Bump core from 1.3.0 to 1.4.0 Bumps core from 1.3.0 to 1.4.0. --- updated-dependencies: - dependency-name: androidx.test:core 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 0a2700c..d4003cc 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -60,7 +60,7 @@ dependencies { annotationProcessor 'androidx.room:room-compiler:2.4.2' testImplementation 'androidx.room:room-testing:2.4.3' androidTestImplementation 'junit:junit:4.13.2' - androidTestImplementation 'androidx.test:core:1.3.0' + androidTestImplementation 'androidx.test:core:1.4.0' androidTestImplementation 'androidx.test:runner:1.3.0' androidTestImplementation 'androidx.test:rules:1.3.0' androidTestImplementation 'androidx.test.ext:junit:1.1.2'