Skip to content

Commit

Permalink
Update dependency androidx.test:runner to v1.6.2
Browse files Browse the repository at this point in the history
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored and AndyScherzinger committed Aug 21, 2024
1 parent 92c7968 commit ca678a8
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 @@ -382,7 +382,7 @@ dependencies {
androidTestImplementation 'androidx.test.ext:junit:1.2.1'
androidTestImplementation "androidx.test:rules:$androidxTestVersion"
// Android JUnit Runner
androidTestImplementation "androidx.test:runner:1.6.1"
androidTestImplementation "androidx.test:runner:1.6.2"
androidTestUtil "androidx.test:orchestrator:1.5.0"
androidTestImplementation "androidx.test:core-ktx:$androidxTestVersion"

Expand Down

0 comments on commit ca678a8

Please sign in to comment.