From 4c1d2df080a9d1f9f75d2dc71481247b07fcc7fd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Oct 2023 17:04:16 +0000 Subject: [PATCH] Bump androidx.benchmark:benchmark-macro-junit4 Bumps androidx.benchmark:benchmark-macro-junit4 from 1.2.0-alpha08 to 1.2.0-rc02. --- 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..70339656 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-rc02' } androidComponents {