Skip to content

Commit

Permalink
Merge pull request #152 from nuhkoca/renovate/versions.runner
Browse files Browse the repository at this point in the history
Update dependency androidx.test:runner to v1.6.2
  • Loading branch information
nuhkoca authored Aug 14, 2024
2 parents 0705587 + ea53122 commit ef0beaa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion buildSrc/src/main/kotlin/Versions.kt
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ object Versions {

// Testing
const val test_core = "1.6.1"
const val runner = "1.6.1"
const val runner = "1.6.2"
const val rules = "1.6.1"
const val junit = "1.2.1"
const val truth_ext = "1.6.0"
Expand Down

0 comments on commit ef0beaa

Please sign in to comment.