From 7d967564b39a13599632f51a176bee59effa5e11 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Thu, 29 Jul 2021 23:19:34 +0000 Subject: [PATCH] Bump lottie from 3.4.0 to 4.0.0 Bumps [lottie](https://github.com/airbnb/lottie-android) from 3.4.0 to 4.0.0. - [Release notes](https://github.com/airbnb/lottie-android/releases) - [Changelog](https://github.com/airbnb/lottie-android/blob/master/CHANGELOG.md) - [Commits](https://github.com/airbnb/lottie-android/compare/v3.4.0...v4.0.0) Signed-off-by: dependabot-preview[bot] --- app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/build.gradle b/app/build.gradle index b7db4d7..96f68c4 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -91,7 +91,7 @@ dependencies { implementation 'com.github.medyo:android-about-page:1.2.5' //Lottie Animation - implementation "com.airbnb.android:lottie:3.4.0" + implementation "com.airbnb.android:lottie:4.0.0" //Glide implementation 'com.github.bumptech.glide:glide:4.8.0'