diff --git a/lib/build.gradle b/lib/build.gradle index 66b9f249..c814d598 100644 --- a/lib/build.gradle +++ b/lib/build.gradle @@ -80,7 +80,7 @@ dependencies { // Testing testImplementation 'junit:junit:4.13.2' - testImplementation 'androidx.test:core:1.4.0' + testImplementation 'androidx.test:core:1.5.0' testImplementation "org.jetbrains.kotlinx:kotlinx-coroutines-test:$kotlinCoroutinesVersion" testImplementation 'org.robolectric:robolectric:4.10.3' testImplementation 'org.mockito:mockito-inline:4.7.0'