From 33ac7f56f4df4c0ec2a351f4d1f7e27c2d92cdad Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 17 Aug 2021 23:07:06 +0000 Subject: [PATCH] Bump lottie from 3.7.0 to 4.1.0 in /android Bumps [lottie](https://github.com/airbnb/lottie-android) from 3.7.0 to 4.1.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.7.0...v4.1.0) --- updated-dependencies: - dependency-name: com.airbnb.android:lottie dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- android/app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/android/app/build.gradle b/android/app/build.gradle index 0ea17b4..8b81936 100644 --- a/android/app/build.gradle +++ b/android/app/build.gradle @@ -66,7 +66,7 @@ dependencies { // Annotation processor annotationProcessor "androidx.lifecycle:lifecycle-compiler:$lifecycle_version" - def lottieVersion = "3.7.0" + def lottieVersion = "4.1.0" implementation "com.airbnb.android:lottie:$lottieVersion"