From d503b6ebae2f38acd1687be2c9e2cd4e74d0ed85 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 19 Sep 2024 05:49:11 +0000 Subject: [PATCH] Update dependency org.robolectric:robolectric to v3.8 --- app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/build.gradle b/app/build.gradle index 9b0025d6..b2fd7cd2 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -161,7 +161,7 @@ dependencies { testImplementation "org.hamcrest:hamcrest-core:$rootProject.hamcrestVersion" testImplementation "org.hamcrest:hamcrest-library:$rootProject.hamcrestVersion" testImplementation "org.hamcrest:hamcrest-integration:$rootProject.hamcrestVersion" - testImplementation 'org.robolectric:robolectric:3.3.1' + testImplementation 'org.robolectric:robolectric:3.8' } // Log out test results to console