From 805f82ceeb6a9a5a6da4830070b46ef6994957bd Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 21 Aug 2024 20:57:42 +0000 Subject: [PATCH] fix(deps): update dependency androidx.benchmark:benchmark-macro-junit4 to v1.3.0 --- 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 eda341874..f487679e1 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -29,7 +29,7 @@ media3 = "1.4.0" activity = "1.8.2" fragment = "1.8.2" uiautomator = "2.3.0" -benchmarkMacroJunit4 = "1.2.4" +benchmarkMacroJunit4 = "1.3.0" baselineprofile = "1.2.4" profileinstaller = "1.3.1" paging = "3.3.2"