From 603f8ea06fd1f0c1eb8db63cc883bd0cfb2fe13b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jos=C3=A9=20Rebelo?= Date: Wed, 3 Jul 2024 00:09:38 +0100 Subject: [PATCH] Update robolectric to 4.12.2 --- app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/build.gradle b/app/build.gradle index e99f34e4e..d6f95e988 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -205,7 +205,7 @@ dependencies { implementation 'androidx.camera:camera-lifecycle:1.2.3' testImplementation "junit:junit:4.13.2" testImplementation "org.mockito:mockito-core:2.28.2" - testImplementation "org.robolectric:robolectric:4.12" + testImplementation "org.robolectric:robolectric:4.12.2" testImplementation "org.hamcrest:hamcrest-library:2.2" testImplementation "com.google.code.gson:gson:2.8.9"