Skip to content

Commit 44f95b8

Browse files
Update dependency androidx.test.espresso:espresso-core to v3.6.0
1 parent 8e1229e commit 44f95b8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ dependencies {
4747

4848
testImplementation 'junit:junit:4.13.2'
4949
androidTestImplementation 'androidx.test.ext:junit:1.1.2'
50-
androidTestImplementation 'androidx.test.espresso:espresso-core:3.3.0'
50+
androidTestImplementation 'androidx.test.espresso:espresso-core:3.6.0'
5151

5252
implementation "androidx.room:room-runtime:2.3.0"
5353
annotationProcessor "androidx.room:room-compiler:2.3.0"

0 commit comments

Comments
 (0)