From f862901e9a433dcf3c88dacbc2fdcdd64ef48251 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 31 May 2022 23:07:28 +0000 Subject: [PATCH] Bump lottie from 3.7.0 to 5.2.0 in /android Bumps [lottie](https://github.com/airbnb/lottie-android) from 3.7.0 to 5.2.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...v5.2.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 4254b98..305692a 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.2.0" implementation "com.airbnb.android:lottie:$lottieVersion"