From 700ea198c153f6bc0d08f7c01242c6be1ce6fbba Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 7 Mar 2022 23:05:59 +0000 Subject: [PATCH] Bump lottie from 4.2.0 to 5.0.3 Bumps [lottie](https://github.com/airbnb/lottie-android) from 4.2.0 to 5.0.3. - [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.0.3) --- 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..acd4566 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.0.3") // Hilt implementation("com.google.dagger:hilt-android:2.39.1")