From 264a2eafd65d4eaabe8e4074ddc711162423655b Mon Sep 17 00:00:00 2001 From: emanuele-f Date: Wed, 1 Jan 2025 18:03:04 +0100 Subject: [PATCH] Update robolectric to 4.14.1 Provides Android 15 support --- app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/build.gradle b/app/build.gradle index 78fa2234..4c475642 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -81,7 +81,7 @@ dependencies { // Tests testImplementation 'junit:junit:4.13.2' testImplementation 'androidx.test:core:1.6.1' - testImplementation "org.robolectric:robolectric:4.11.1" + testImplementation "org.robolectric:robolectric:4.14.1" // AndroidX implementation 'androidx.appcompat:appcompat:1.7.0'