From 6b9f0f6e6e9b302f51d6c4a84a62f7c41c35e0e2 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 19 Jul 2021 22:31:51 +0000 Subject: [PATCH] Bump lottie from 3.6.0 to 3.7.2 Bumps [lottie](https://github.com/airbnb/lottie-android) from 3.6.0 to 3.7.2. - [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.6.0...v3.7.2) 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 0b7b59d..3546414 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -117,7 +117,7 @@ dependencies { // Showcase implementation 'me.toptas.fancyshowcase:fancyshowcaseview:1.3.3' // Loading animation - implementation 'com.airbnb.android:lottie:3.6.0' + implementation 'com.airbnb.android:lottie:3.7.2' // Morph loading button implementation 'com.github.Muki1992:MaterialLoadingButton:2.0' // Animations