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