From c9a9dd86e307f98eec5e27f139c7693fff41e2ae Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 29 Jul 2021 23:08:13 +0000 Subject: [PATCH] Bump lottie from 3.7.0 to 4.0.0 in /android Bumps [lottie](https://github.com/airbnb/lottie-android) from 3.7.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.7.0...v4.0.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..f1eb301 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.0.0" implementation "com.airbnb.android:lottie:$lottieVersion"