diff --git a/lib/build.gradle b/lib/build.gradle index be4da6cd..2aa879d2 100644 --- a/lib/build.gradle +++ b/lib/build.gradle @@ -78,7 +78,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'