Skip to content

Commit

Permalink
Merge pull request #13424 from nextcloud/renovate/androidx.test-runne…
Browse files Browse the repository at this point in the history
…r-1.x

fix(deps): update dependency androidx.test:runner to v1.6.2
  • Loading branch information
AndyScherzinger authored Aug 22, 2024
2 parents c79597f + ca678a8 commit bd217d9
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 bd217d9

Please sign in to comment.