Skip to content

Commit 20d9088

Browse files
authored
Merge pull request #74 from docspell/renovate/androidx.test.espresso-espresso-core-3.x
Update dependency androidx.test.espresso:espresso-core to v3.6.1
2 parents 564d3d7 + 25516e1 commit 20d9088

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
@@ -59,6 +59,6 @@ dependencies {
5959
implementation 'com.squareup.okhttp3:okhttp:4.12.0'
6060
testImplementation 'junit:junit:4.13.2'
6161
androidTestImplementation 'androidx.test.ext:junit:1.1.3'
62-
androidTestImplementation 'androidx.test.espresso:espresso-core:3.4.0'
62+
androidTestImplementation 'androidx.test.espresso:espresso-core:3.6.1'
6363

6464
}

0 commit comments

Comments
 (0)