Skip to content

Commit b7c0367

Browse files
Update dependency androidx.test.espresso:espresso-core to v3.6.1
1 parent cf76fa8 commit b7c0367

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

buildSrc/src/main/kotlin/dependencies/Versions.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ object Versions {
4444
const val rules = "1.6.1"
4545
const val junit = "1.1.5"
4646
const val truth_ext = "1.6.0"
47-
const val espresso_core = "3.5.1"
47+
const val espresso_core = "3.6.1"
4848
const val mockK = "1.13.13"
4949
const val arch_core = "2.2.0"
5050
const val coroutines_core = "1.9.0"

0 commit comments

Comments
 (0)