From 72debdaf735e07049625da91a02011484f9386d4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 25 Apr 2022 23:04:49 +0000 Subject: [PATCH] Bump lottie from 4.2.0 to 5.1.1 Bumps [lottie](https://github.com/airbnb/lottie-android) from 4.2.0 to 5.1.1. - [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/v4.2.0...v5.1.1) --- updated-dependencies: - dependency-name: com.airbnb.android:lottie dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- app/build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/build.gradle.kts b/app/build.gradle.kts index f0d2e7c..2c55e9a 100644 --- a/app/build.gradle.kts +++ b/app/build.gradle.kts @@ -131,7 +131,7 @@ dependencies { implementation("androidx.datastore:datastore-preferences:1.0.0") // Lottie Animation Library - implementation("com.airbnb.android:lottie:4.2.0") + implementation("com.airbnb.android:lottie:5.1.1") // Hilt implementation("com.google.dagger:hilt-android:2.39.1")