Skip to content

Commit 2221a6b

Browse files
Update dependency androidx.test:core to v1.6.1
1 parent 9b01e6d commit 2221a6b

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
@@ -39,7 +39,7 @@ object Versions {
3939
const val jacoco = "0.8.12"
4040

4141
// Testing
42-
const val test_core = "1.5.0"
42+
const val test_core = "1.6.1"
4343
const val runner = "1.5.2"
4444
const val rules = "1.5.0"
4545
const val junit = "1.1.5"

0 commit comments

Comments
 (0)