Skip to content

Commit

Permalink
Update dependency androidx.test:runner to v1.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Nov 8, 2022
1 parent 795550c commit bd52c36
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 @@ -89,7 +89,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.4.0"
androidTestImplementation "androidx.test:runner:1.5.0"
androidTestImplementation "org.junit.jupiter:junit-jupiter-api:$jupiter_version"

// 6) The instrumentation test companion libraries
Expand Down

0 comments on commit bd52c36

Please sign in to comment.