From b64a76f673ebfdd68a16823cec33f01678ce16af Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 22 Feb 2024 10:12:58 +0800 Subject: [PATCH] Update dependency androidx.test.uiautomator:uiautomator to v2.3.0 (#4089) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- baseline-profile/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/baseline-profile/build.gradle b/baseline-profile/build.gradle index 0db3ff5790..5afdd1978f 100644 --- a/baseline-profile/build.gradle +++ b/baseline-profile/build.gradle @@ -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' }