Skip to content

Commit 2e34190

Browse files
all: bump androidx.test.espresso:espresso-core to 3.6.0 (fixes #2065) (#2063)
Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: dogi <[email protected]>
1 parent db914eb commit 2e34190

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ android.defaultConfig.vectorDrawables.useSupportLibrary = true
5656
dependencies {
5757
implementation fileTree(include: ['*.jar'], dir: 'libs')
5858
implementation 'androidx.swiperefreshlayout:swiperefreshlayout:1.1.0'
59-
androidTestImplementation('androidx.test.espresso:espresso-core:3.5.1', {
59+
androidTestImplementation('androidx.test.espresso:espresso-core:3.6.0', {
6060
exclude group: 'com.android.support', module: 'support-annotations'
6161
})
6262
implementation 'androidx.appcompat:appcompat:1.7.0'

0 commit comments

Comments
 (0)