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'