From 0239c43c161c99fac07f296528123b80fd2619d7 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 1 Oct 2023 11:17:04 +0000 Subject: [PATCH] fix(deps): update dependency androidx.benchmark:benchmark-macro-junit4 to v1.2.0-rc01 --- gradle/libs.versions.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index 476187c2..38f953ba 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -36,7 +36,7 @@ kotlinxCollectionsImmutable = "0.3.5" androidxProfileInstaller = "1.3.1" androidxTestRunner = "1.5.2" androidxTestCore = "1.5.0" -androidxBenchmarkMacroJunit4 = "1.2.0-alpha14" +androidxBenchmarkMacroJunit4 = "1.2.0-rc01" androidxTestRules = "1.5.0" protobuf = "3.23.2" protobufPlugin = "0.9.3"