From e06159ba736d5f63b34faeabf05749829a402281 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 Dec 2023 16:13:31 +0000 Subject: [PATCH] Bump androidx.benchmark:benchmark-macro-junit4 Bumps androidx.benchmark:benchmark-macro-junit4 from 1.2.0-alpha08 to 1.2.2. --- 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..02a0f418 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.2' } androidComponents {