diff --git a/app/build.gradle b/app/build.gradle index 1bd64b83..b86108cf 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -197,7 +197,7 @@ dependencies { testImplementation 'org.jetbrains.kotlinx:kotlinx-coroutines-test:1.3.9' androidTestImplementation "androidx.test:core:1.3.0" - androidTestImplementation "androidx.test:runner:1.2.0" + androidTestImplementation "androidx.test:runner:1.3.0" androidTestImplementation "androidx.test.ext:junit:1.1.2" androidTestImplementation "io.mockk:mockk-android:$mockk" androidTestImplementation "androidx.room:room-testing:$room"