From d39bdce8bf879dfeb30a6dfc63e79e45a9d14109 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 14 Feb 2023 23:56:43 +0000 Subject: [PATCH] Bump com.airbnb.android:lottie-compose from 1.0.0-rc02-1 to 6.0.0 Bumps [com.airbnb.android:lottie-compose](https://github.com/airbnb/lottie-android) from 1.0.0-rc02-1 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/compose-1.0.0-rc02-1...v6.0.0) --- updated-dependencies: - dependency-name: com.airbnb.android:lottie-compose 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 c945cc6..cbdb8c4 100644 --- a/app/build.gradle.kts +++ b/app/build.gradle.kts @@ -130,7 +130,7 @@ dependencies { kapt("com.google.dagger:hilt-compiler:${rootProject.extra["hiltVersion"]}") // Lottie - implementation("com.airbnb.android:lottie-compose:1.0.0-rc02-1") + implementation("com.airbnb.android:lottie-compose:6.0.0") // KotlinX Serialization implementation("org.jetbrains.kotlinx:kotlinx-serialization-json:${rootProject.extra["kotlinSerializationVersion"]}")