From d5bcd51c8c783031129aaffcf1822aebf4b122de Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 17 Jul 2023 09:30:54 +0800 Subject: [PATCH] Update dependency com.airbnb.android:lottie to v6.1.0 (#3540) 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 0c2092c352c..f8bde2cff18 100644 --- a/build.gradle +++ b/build.gradle @@ -372,7 +372,7 @@ dependencies { // Persian Date implementation 'com.github.samanzamani:PersianDate:1.6.1' - implementation 'com.airbnb.android:lottie:6.0.1' + implementation 'com.airbnb.android:lottie:6.1.0' debugImplementation "com.squareup.leakcanary:leakcanary-android:2.12" }