From 9c27d6d52173c60e5a8860abb4d057900dce1994 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 27 Mar 2025 09:23:21 +0800 Subject: [PATCH] fix(deps): update dependency androidx.benchmark:benchmark-macro-junit4 to v1.3.4 (#5376) 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 4b30dd145f..c37a790443 100644 --- a/baseline-profile/build.gradle +++ b/baseline-profile/build.gradle @@ -43,5 +43,5 @@ dependencies { implementation 'androidx.test.ext:junit:1.2.1' implementation 'androidx.test.espresso:espresso-core:3.6.1' implementation 'androidx.test.uiautomator:uiautomator:2.3.0' - implementation 'androidx.benchmark:benchmark-macro-junit4:1.3.3' + implementation 'androidx.benchmark:benchmark-macro-junit4:1.3.4' }