From 3938c4ec8f78abf08005d23872715d79b56563fd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 21 Feb 2022 23:07:57 +0000 Subject: [PATCH] Bump lottie from 3.7.0 to 5.0.0 in /android Bumps [lottie](https://github.com/airbnb/lottie-android) from 3.7.0 to 5.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/commits) --- 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 4254b98..5124199 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 = "5.0.0" implementation "com.airbnb.android:lottie:$lottieVersion"