From a9aca91b495d2ba06f386920b97f6e2175ae23a9 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 14 Sep 2024 17:00:08 +0000 Subject: [PATCH] Update dependency com.airbnb.android:lottie-compose to v6.5.2 --- 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 71409aed4..91f9c6734 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -120,7 +120,7 @@ kotlinx-coroutines = { module = "org.jetbrains.kotlinx:kotlinx-coroutines-androi kotlinx-coroutines-test = { module = "org.jetbrains.kotlinx:kotlinx-coroutines-test", version.ref = "kotlinx" } kotlinx-immutable = "org.jetbrains.kotlinx:kotlinx-collections-immutable:0.3.7" leaks = "com.squareup.leakcanary:leakcanary-android:2.14" -lottie = "com.airbnb.android:lottie-compose:6.5.1" +lottie = "com.airbnb.android:lottie-compose:6.5.2" lumberjack-core = { module = "com.github.MFlisar.Lumberjack:core", version.ref = "lumberjack" } lumberjack-implementation = { module = "com.github.MFlisar.Lumberjack:implementation-lumberjack", version.ref = "lumberjack" } lumberjack-logger-console = { module = "com.github.MFlisar.Lumberjack:logger-console", version.ref = "lumberjack" }