Skip to content

Commit 8a1760a

Browse files
fix(deps): update dependency androidx.test.espresso:espresso-core to v3.7.0
1 parent fe2d468 commit 8a1760a

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
@@ -58,5 +58,5 @@ dependencies {
5858
implementation 'com.google.android.material:material:1.11.0'
5959
testImplementation 'junit:junit:4.13.2'
6060
androidTestImplementation 'androidx.test.ext:junit:1.2.1'
61-
androidTestImplementation 'androidx.test.espresso:espresso-core:3.6.1'
61+
androidTestImplementation 'androidx.test.espresso:espresso-core:3.7.0'
6262
}

0 commit comments

Comments
 (0)