From 13cb1a0f8c9d2b1ae5ad2073e96145a0b4871cec Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 6 Dec 2023 02:51:50 +0000 Subject: [PATCH] Update dependency androidx.benchmark:benchmark-macro-junit4 to v1.2.2 (#3825) 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 255a0d0f70..d62b8b635c 100644 --- a/baseline-profile/build.gradle +++ b/baseline-profile/build.gradle @@ -41,5 +41,5 @@ 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.benchmark:benchmark-macro-junit4:1.2.1' + implementation 'androidx.benchmark:benchmark-macro-junit4:1.2.2' }