From 49339d34824a59544f1ee6b647223d5c8fb6c323 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 19 Sep 2023 10:24:05 +0000 Subject: [PATCH] Update dependency androidx.benchmark:benchmark-macro-junit4 to v1.1.1 --- buildSrc/src/main/java/Dependencies.kt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/buildSrc/src/main/java/Dependencies.kt b/buildSrc/src/main/java/Dependencies.kt index 0b1c0229..dbada756 100644 --- a/buildSrc/src/main/java/Dependencies.kt +++ b/buildSrc/src/main/java/Dependencies.kt @@ -76,7 +76,7 @@ object Deps { } object AndroidX { - const val benchmarkMacroJunit4 = "androidx.benchmark:benchmark-macro-junit4:1.1.0-rc01" + const val benchmarkMacroJunit4 = "androidx.benchmark:benchmark-macro-junit4:1.1.1" const val benchmarkJunit4 = "androidx.benchmark:benchmark-junit4:1.1.0-rc01" const val lifecycleRuntimeCompose = "androidx.lifecycle:lifecycle-runtime-compose:${Versions.lifecycleRuntimeKtx}" const val lifecycleRuntimeKtx = "androidx.lifecycle:lifecycle-runtime-ktx:${Versions.lifecycleRuntimeKtx}"