From 242b0a1d7fc804dc1ba808be3a35e5a941e7e552 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 1 Jul 2026 16:33:45 -0500 Subject: [PATCH] chore(deps): update benchmark to v1.5.0-alpha07 (#6049) --- 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 4a40833f7..d71823371 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -41,7 +41,7 @@ compose-screenshot = "0.0.1-alpha15" # `benchmark` drives both the androidx.benchmark macro lib AND the androidx.baselineprofile # Gradle plugin (same coordinates/version). Kept on the alpha track to stay compatible with # AGP 9.x (the stable 1.4.x line predates AGP 9 support). -benchmark = "1.5.0-alpha06" +benchmark = "1.5.0-alpha07" profileinstaller = "1.4.1" androidx-uiautomator = "2.3.0"