From a3a86bcb0ebf251a315c76596e1a1f4e5f4bfa6e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 3 Oct 2025 20:02:43 +0800 Subject: [PATCH] fix(deps): update dependency com.airbnb.android:lottie to v6.6.10 (#5905) 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 60a394a8ea..c18c48e18f 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.9' + implementation 'com.airbnb.android:lottie:6.6.10' // Compose drag and drop library implementation 'sh.calvin.reorderable:reorderable:2.5.1'