Skip to content

Commit

Permalink
Update dependency androidx.test:core-ktx to v1.6.0
Browse files Browse the repository at this point in the history
| datasource | package                | from  | to    |
| ---------- | ---------------------- | ----- | ----- |
| maven      | androidx.test:core-ktx | 1.4.0 | 1.6.0 |
  • Loading branch information
renovate[bot] authored Jun 24, 2024
1 parent 483a514 commit 8ed4536
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion buildSrc/src/main/kotlin/deps.kt
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@ object deps {
const val junit = "junit:junit:4.13.2"

object androidx {
const val core = "androidx.test:core-ktx:1.4.0"
const val core = "androidx.test:core-ktx:1.6.0"
const val junit = "androidx.test.ext:junit-ktx:1.1.3"

object espresso {
Expand Down

0 comments on commit 8ed4536

Please sign in to comment.