From 8db456753aac96bd0c11999e6b5cf90294e5bfc4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Nov 2021 23:04:45 +0000 Subject: [PATCH] Bump lottie from 4.2.0 to 4.2.2 Bumps [lottie](https://github.com/airbnb/lottie-android) from 4.2.0 to 4.2.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/v4.2.0...v4.2.2) --- updated-dependencies: - dependency-name: com.airbnb.android:lottie dependency-type: direct:production update-type: version-update:semver-patch ... 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..ccf2628 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:4.2.2") // Hilt implementation("com.google.dagger:hilt-android:2.39.1")