diff --git a/app/build.gradle b/app/build.gradle index 08c80f3..48b9528 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -115,7 +115,7 @@ dependencies { testImplementation 'androidx.test:core:1.6.1' testImplementation 'junit:junit:4.13.2' - testImplementation "org.robolectric:robolectric:4.13" + testImplementation "org.robolectric:robolectric:4.14" testImplementation "com.google.truth:truth:1.4.4" androidTestImplementation 'androidx.test:runner:1.6.2' androidTestImplementation 'androidx.test:rules:1.6.1'