Skip to content

Commit

Permalink
Bump com.android.support.test.espresso:espresso-core from 2.2.2 to 3.0.2
Browse files Browse the repository at this point in the history
Bumps com.android.support.test.espresso:espresso-core from 2.2.2 to 3.0.2.

---
updated-dependencies:
- dependency-name: com.android.support.test.espresso:espresso-core
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Nov 6, 2024
1 parent 88825f2 commit 7fc404c
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 @@ -38,7 +38,7 @@ android {
dependencies {
implementation fileTree(dir: 'libs', include: ['*.jar'])
implementation 'androidx.core:core-ktx:1.13.1'
androidTestImplementation('com.android.support.test.espresso:espresso-core:2.2.2', {
androidTestImplementation('com.android.support.test.espresso:espresso-core:3.0.2', {
exclude group: 'com.android.support', module: 'support-annotations'
})
implementation 'androidx.appcompat:appcompat:1.7.0'
Expand Down

0 comments on commit 7fc404c

Please sign in to comment.