Skip to content

Commit

Permalink
Update dependency androidx.test:runner to v1.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Jun 24, 2024
1 parent 7df72d2 commit 9009eb2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ dependencies {
testImplementation "org.junit.jupiter:junit-jupiter-params:$jupiter_version"

// 5) Test Runner, if you don't have it already
androidTestImplementation "androidx.test:runner:1.5.2"
androidTestImplementation "androidx.test:runner:1.6.0"
androidTestImplementation "org.junit.jupiter:junit-jupiter-api:$jupiter_version"

// 6) The instrumentation test companion libraries
Expand Down

0 comments on commit 9009eb2

Please sign in to comment.