From 4f80d42852d7770d9d3581d1cfc71aaabb8acd8b Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Tue, 15 Feb 2022 11:00:58 +0000 Subject: [PATCH] Update dependency androidx.test.espresso:espresso-core to v3.5.0-alpha04 --- gradle/libs.versions.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index 1aef0bc..b95de09 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -69,7 +69,7 @@ kotlinx-coroutines-android = { module = "org.jetbrains.kotlinx:kotlinx-coroutine test-core = { module = "androidx.test:core", version.ref = "androidx-test" } test-coroutines = { module = "org.jetbrains.kotlinx:kotlinx-coroutines-test", version.ref = "kotlinx-coroutines" } -test-espressoCore = "androidx.test.espresso:espresso-core:3.5.0-alpha03" +test-espressoCore = "androidx.test.espresso:espresso-core:3.5.0-alpha04" test-fragment = { module = "androidx.fragment:fragment-testing", version.ref = "androidx-fragment" } test-junit = "androidx.test.ext:junit:1.1.4-alpha03" test-kotest = "io.kotest:kotest-assertions-core:5.1.0"