From 3558b495e144ece2ee20402e9cf5da5b76329ea6 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 4 Dec 2024 20:10:25 +0800 Subject: [PATCH] fix(deps): update dependency com.airbnb.android:lottie to v6.6.1 (#5039) 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 cf3d22fb0f..c9085500c5 100644 --- a/build.gradle +++ b/build.gradle @@ -418,7 +418,7 @@ dependencies { // Persian Date implementation 'com.github.samanzamani:PersianDate:1.7.1' - implementation 'com.airbnb.android:lottie:6.6.0' + implementation 'com.airbnb.android:lottie:6.6.1' // Compose drag and drop library implementation 'sh.calvin.reorderable:reorderable:2.4.0'