From fed1a6c566e35392c82d6a61ef34bb9af0b890b2 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 18 Oct 2023 17:34:24 +0000 Subject: [PATCH] Update dependency androidx.benchmark:benchmark-macro-junit4 to v1.2.0 --- baselineprofile/build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/baselineprofile/build.gradle.kts b/baselineprofile/build.gradle.kts index 43e51c29..1235e93d 100644 --- a/baselineprofile/build.gradle.kts +++ b/baselineprofile/build.gradle.kts @@ -48,5 +48,5 @@ dependencies { implementation("androidx.test.ext:junit:1.1.5") implementation("androidx.test.espresso:espresso-core:3.5.1") implementation("androidx.test.uiautomator:uiautomator:2.2.0") - implementation("androidx.benchmark:benchmark-macro-junit4:1.2.0-beta04") + implementation("androidx.benchmark:benchmark-macro-junit4:1.2.0") }