Skip to content

Commit

Permalink
Bump androidx.test:rules from 1.4.0 to 1.5.0 in /android (#139)
Browse files Browse the repository at this point in the history
Bumps androidx.test:rules from 1.4.0 to 1.5.0.

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

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Jun 18, 2024
1 parent a660345 commit 1964637
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion android/releasetest/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ dependencies {
implementation "androidx.appcompat:appcompat:1.0.0"
// testing dependencies
androidTestImplementation "androidx.test.espresso:espresso-core:3.1.0"
androidTestImplementation 'androidx.test:rules:1.4.0'
androidTestImplementation 'androidx.test:rules:1.5.0'
androidTestImplementation "androidx.test:runner:1.4.0"

androidTestImplementation "androidx.test.ext:junit:1.1.4"
Expand Down

0 comments on commit 1964637

Please sign in to comment.