From 3e15e73b0443a58501d5b08377c8645d8b429cad Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 28 Feb 2022 23:12:18 +0000 Subject: [PATCH] Bump lottie from 3.7.0 to 5.0.2 in /android Bumps [lottie](https://github.com/airbnb/lottie-android) from 3.7.0 to 5.0.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.7.0...v5.0.2) --- 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..e70c1ef 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.2" implementation "com.airbnb.android:lottie:$lottieVersion"