From 1961e70d88e839e2422aca6f6b7182bec60e741b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Nov 2023 16:26:15 +0000 Subject: [PATCH] Bump androidx.benchmark:benchmark-macro-junit4 Bumps androidx.benchmark:benchmark-macro-junit4 from 1.2.0-alpha08 to 1.2.1. --- updated-dependencies: - dependency-name: androidx.benchmark:benchmark-macro-junit4 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- benchmark/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/benchmark/build.gradle b/benchmark/build.gradle index 216b38e1..9b67ed15 100644 --- a/benchmark/build.gradle +++ b/benchmark/build.gradle @@ -43,7 +43,7 @@ dependencies { implementation 'androidx.test.ext:junit:1.1.3' implementation 'androidx.test.espresso:espresso-core:3.4.0' implementation 'androidx.test.uiautomator:uiautomator:2.2.0' - implementation 'androidx.benchmark:benchmark-macro-junit4:1.2.0-alpha08' + implementation 'androidx.benchmark:benchmark-macro-junit4:1.2.1' } androidComponents {