Skip to content

Commit f7ce960

Browse files
Update dependency androidx.test:runner to v1.7.0 (#184)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent e2eeff0 commit f7ce960

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
@@ -40,7 +40,7 @@ object Versions {
4040

4141
// Testing
4242
const val test_core = "1.7.0"
43-
const val runner = "1.6.2"
43+
const val runner = "1.7.0"
4444
const val rules = "1.7.0"
4545
const val junit = "1.2.1"
4646
const val truth_ext = "1.6.0"

0 commit comments

Comments
 (0)