From 19ba6493cecf86bcbcc08f45b07b5a6c2c45bfaa Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 21 Mar 2025 09:19:17 +0800 Subject: [PATCH] fix(deps): update dependency com.airbnb.android:lottie to v6.6.4 (#5351) 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 f7ea6ac016..866c071d79 100644 --- a/build.gradle +++ b/build.gradle @@ -437,7 +437,7 @@ dependencies { // Persian Date implementation 'com.github.samanzamani:PersianDate:1.7.1' - implementation 'com.airbnb.android:lottie:6.6.3' + implementation 'com.airbnb.android:lottie:6.6.4' // Compose drag and drop library implementation 'sh.calvin.reorderable:reorderable:2.4.3'