From 14ab497389ed3880c89fa5413fa5ee2424167af1 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 21 Sep 2024 13:25:36 +0800 Subject: [PATCH] Update dependency androidx.benchmark:benchmark-macro-junit4 to v1.3.1 (#207) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- 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 70660b68..5dc7e80f 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -59,7 +59,7 @@ kotlin-csv = "com.jsoizo:kotlin-csv-jvm:1.10.0" kotlin-gradle-plugin = { module = "org.jetbrains.kotlin:kotlin-gradle-plugin", version.ref = "kotlin" } kotlin-serialization = "org.jetbrains.kotlinx:kotlinx-serialization-json:1.7.2" lottie-compose = "com.airbnb.android:lottie-compose:6.5.2" -macro-benchmark = "androidx.benchmark:benchmark-macro-junit4:1.3.0" +macro-benchmark = "androidx.benchmark:benchmark-macro-junit4:1.3.1" mockk = "io.mockk:mockk:1.13.12" navigation-compose = { module = "androidx.navigation:navigation-compose", version.ref = "navigation" } navigation-hilt = "androidx.hilt:hilt-navigation-compose:1.2.0"