Skip to content

Commit 1326189

Browse files
fix(deps): update dependency androidx.test.espresso:espresso-core to v3.6.1 (#10)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 4bcb239 commit 1326189

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
@@ -54,5 +54,5 @@ dependencies {
5454
implementation 'com.google.android.material:material:1.11.0'
5555
testImplementation 'junit:junit:4.13.2'
5656
androidTestImplementation 'androidx.test.ext:junit:1.1.5'
57-
androidTestImplementation 'androidx.test.espresso:espresso-core:3.5.1'
57+
androidTestImplementation 'androidx.test.espresso:espresso-core:3.6.1'
5858
}

0 commit comments

Comments
 (0)