Update dependency androidx.test.espresso:espresso-core to v3.6.0 (#4504)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot]
2024-06-25 20:25:56 +08:00
committed by GitHub
parent b5f768d884
commit 5e2b386049

View File

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