From 80eaf57cf1d54dc1cece30129cb20c2d6e6dd0ea Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 14 Feb 2023 23:57:09 +0000 Subject: [PATCH] Bump com.airbnb.android:lottie from 4.2.0 to 6.0.0 Bumps [com.airbnb.android:lottie](https://github.com/airbnb/lottie-android) from 4.2.0 to 6.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/v4.2.0...v6.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] --- 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..dd0888f 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:6.0.0") // Hilt implementation("com.google.dagger:hilt-android:2.39.1")