From 76056c9d7a994d7cd030ec78c48c42b1db7af44a Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 6 Apr 2025 13:42:27 +0000 Subject: [PATCH] fix(deps): update dependency androidx.benchmark:benchmark-macro-junit4 to v1.3.4 (#1123) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- baselineprofile/build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/baselineprofile/build.gradle.kts b/baselineprofile/build.gradle.kts index 73956374..285fbb33 100644 --- a/baselineprofile/build.gradle.kts +++ b/baselineprofile/build.gradle.kts @@ -60,7 +60,7 @@ 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.2.4") + implementation("androidx.benchmark:benchmark-macro-junit4:1.3.4") } androidComponents {