From 661b3eda9c323421cdb06c9b3f22af49edc41bb4 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 17 Jun 2025 07:06:36 +0800 Subject: [PATCH] fix(deps): update dependency com.airbnb.android:lottie to v6.6.7 (#5548) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 968aabda62..b6d9a765cd 100644 --- a/build.gradle +++ b/build.gradle @@ -430,7 +430,7 @@ dependencies { // Persian Date implementation 'com.github.samanzamani:PersianDate:1.7.1' - implementation 'com.airbnb.android:lottie:6.6.6' + implementation 'com.airbnb.android:lottie:6.6.7' // Compose drag and drop library implementation 'sh.calvin.reorderable:reorderable:2.5.1'