Skip to content

Commit 645b496

Browse files
Bump androidx.test.espresso:espresso-contrib from 3.5.1 to 3.7.0
Bumps androidx.test.espresso:espresso-contrib from 3.5.1 to 3.7.0. --- updated-dependencies: - dependency-name: androidx.test.espresso:espresso-contrib dependency-version: 3.7.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 9be5117 commit 645b496

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

app/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,8 +48,8 @@ dependencies {
4848

4949
testImplementation 'junit:junit:4.13.2'
5050

51-
androidTestImplementation 'androidx.test.espresso:espresso-core:3.5.1'
52-
androidTestImplementation 'androidx.test.espresso:espresso-contrib:3.5.1'
51+
androidTestImplementation 'androidx.test.espresso:espresso-core:3.7.0'
52+
androidTestImplementation 'androidx.test.espresso:espresso-contrib:3.7.0'
5353
androidTestImplementation 'androidx.test:rules:1.5.0'
5454
androidTestImplementation 'androidx.test:runner:1.5.2'
5555
}

0 commit comments

Comments
 (0)