Skip to content

Commit

Permalink
Bump androidx.test.espresso:espresso-core from 3.5.1 to 3.6.0
Browse files Browse the repository at this point in the history
Bumps androidx.test.espresso:espresso-core from 3.5.1 to 3.6.0.

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jun 24, 2024
1 parent ac2ba72 commit 6e4c478
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ dependencies {
implementation 'com.squareup.okio:okio:3.9.0'
testImplementation 'junit:junit:'
androidTestImplementation 'androidx.test.ext:junit:4.13.2'
androidTestImplementation 'androidx.test.espresso:espresso-core:3.5.1'
androidTestImplementation 'androidx.test.espresso:espresso-core:3.6.0'



Expand Down Expand Up @@ -79,7 +79,7 @@ dependencies {
implementation 'androidx.navigation:navigation-ui:2.7.7'
testImplementation 'junit:junit'
androidTestImplementation 'androidx.test.ext:junit:4.13.2'
androidTestImplementation 'androidx.test.espresso:espresso-core:3.5.1'
androidTestImplementation 'androidx.test.espresso:espresso-core:3.6.0'
//

implementation 'com.google.android.material:material'
Expand Down

0 comments on commit 6e4c478

Please sign in to comment.