Skip to content

Commit 32f4682

Browse files
Update dependency androidx.test:rules to v1.6.1
1 parent 79b029f commit 32f4682

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
@@ -41,7 +41,7 @@ object Versions {
4141
// Testing
4242
const val test_core = "1.5.0"
4343
const val runner = "1.5.2"
44-
const val rules = "1.5.0"
44+
const val rules = "1.6.1"
4545
const val junit = "1.1.5"
4646
const val truth_ext = "1.5.0"
4747
const val espresso_core = "3.5.1"

0 commit comments

Comments
 (0)