Skip to content

Commit

Permalink
Bump androidTestVersion from 1.5.0 to 1.6.1
Browse files Browse the repository at this point in the history
Bumps `androidTestVersion` from 1.5.0 to 1.6.1.

Updates `androidx.test:core` from 1.5.0 to 1.6.1

Updates `androidx.test:runner` from 1.5.0 to 1.6.1

Updates `androidx.test:monitor` from 1.5.0 to 1.6.1

---
updated-dependencies:
- dependency-name: androidx.test:core
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: androidx.test:runner
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: androidx.test:monitor
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Aug 5, 2024
1 parent 0e68ba2 commit 09ec6d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dependencies.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ ext {
espressoCore = "androidx.test.espresso:espresso-core:$espressoVersion"
espressoIdlingResource = "androidx.test.espresso:espresso-idling-resource:$espressoVersion"

androidTestVersion = '1.5.0'
androidTestVersion = '1.6.1'
androidTestCore = "androidx.test:core:$androidTestVersion"
androidTestRunner = "androidx.test:runner:$androidTestVersion"
androidTestMonitor = "androidx.test:monitor:$androidTestVersion"
Expand Down

0 comments on commit 09ec6d6

Please sign in to comment.