From 4f367c5472ccb56cbd629af6b63e864dfaf6c95e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 25 Sep 2023 16:39:06 +0000 Subject: [PATCH] Bump androidx.benchmark:benchmark-macro-junit4 Bumps androidx.benchmark:benchmark-macro-junit4 from 1.2.0-alpha08 to 1.2.0-rc01. --- 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..c354e278 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.0-rc01' } androidComponents {