Skip to content

Commit

Permalink
Merge pull request #90 from nuhkoca/renovate/versions.rules
Browse files Browse the repository at this point in the history
Update dependency androidx.test:rules to v1.5.0
  • Loading branch information
nuhkoca committed Jan 5, 2024
2 parents e61e985 + 99e3543 commit 2f605e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion buildSrc/src/main/kotlin/dependencies/Versions.kt
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ object Versions {
// Testing
const val test_core = "1.5.0"
const val runner = "1.5.2"
const val rules = "1.4.0"
const val rules = "1.5.0"
const val junit = "1.1.5"
const val truth_ext = "1.5.0"
const val espresso_core = "3.5.1"
Expand Down

0 comments on commit 2f605e0

Please sign in to comment.