From 0e08b3bd52888d8aef76ed5e86a642ba8dac55bc Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 14 Feb 2023 17:50:11 +0800 Subject: [PATCH] Update dependency com.airbnb.android:lottie to v6 (#3327) https://github.com/airbnb/lottie-android/blob/master/CHANGELOG.md#600 --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index cdecb2a8b4..7f3d07908b 100644 --- a/build.gradle +++ b/build.gradle @@ -368,7 +368,7 @@ dependencies { // Persian Date implementation 'com.github.samanzamani:PersianDate:1.5.4' - implementation 'com.airbnb.android:lottie:5.2.0' + implementation 'com.airbnb.android:lottie:6.0.0' } ksp {