From 7d93a2b0d46f9dc7db4e0008c4a1e68694a52859 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 17 Sep 2025 14:05:29 +0800 Subject: [PATCH] fix(deps): update dependency com.airbnb.android:lottie to v6.6.9 (#5852) 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 9bf2d70e44..6cc7b629f9 100644 --- a/build.gradle +++ b/build.gradle @@ -440,7 +440,7 @@ dependencies { // Persian Date implementation 'com.github.samanzamani:PersianDate:1.7.1' - implementation 'com.airbnb.android:lottie:6.6.7' + implementation 'com.airbnb.android:lottie:6.6.9' // Compose drag and drop library implementation 'sh.calvin.reorderable:reorderable:2.5.1'