Update dependency androidx.test.uiautomator:uiautomator to v2.3.0 (#4089)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot]
2024-02-22 10:12:58 +08:00
committed by GitHub
parent 84f47cd8f9
commit b64a76f673

View File

@@ -42,6 +42,6 @@ baselineProfile {
dependencies {
implementation 'androidx.test.ext:junit:1.1.5'
implementation 'androidx.test.espresso:espresso-core:3.5.1'
implementation 'androidx.test.uiautomator:uiautomator:2.2.0'
implementation 'androidx.test.uiautomator:uiautomator:2.3.0'
implementation 'androidx.benchmark:benchmark-macro-junit4:1.2.3'
}