Update dependency androidx.test.espresso:espresso-core to v3.6.1 (#4519)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot]
2024-06-27 00:22:21 +00:00
committed by GitHub
parent ecf7a00af2
commit ccb7d5fe01

View File

@@ -41,7 +41,7 @@ baselineProfile {
dependencies {
implementation 'androidx.test.ext:junit:1.2.0'
implementation 'androidx.test.espresso:espresso-core:3.6.0'
implementation 'androidx.test.espresso:espresso-core:3.6.1'
implementation 'androidx.test.uiautomator:uiautomator:2.3.0'
implementation 'androidx.benchmark:benchmark-macro-junit4:1.2.4'
}