From 69eec6fc35e989cc94adf5729db7488f52e0c56e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 5 Oct 2025 07:03:46 +0000 Subject: [PATCH] build(deps): bump com.airbnb.android:lottie-compose from 6.6.2 to 6.6.10 Bumps [com.airbnb.android:lottie-compose](https://github.com/airbnb/lottie-android) from 6.6.2 to 6.6.10. - [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/v6.6.2...v6.6.10) --- updated-dependencies: - dependency-name: com.airbnb.android:lottie-compose dependency-version: 6.6.10 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 09e5cc7..013cd78 100644 --- a/app/build.gradle.kts +++ b/app/build.gradle.kts @@ -162,7 +162,7 @@ dependencies { implementation("androidx.datastore:datastore-preferences:1.1.2") // Lottie Animation - implementation("com.airbnb.android:lottie-compose:6.6.2") + implementation("com.airbnb.android:lottie-compose:6.6.10") // Firebase implementation(platform("com.google.firebase:firebase-bom:33.3.0"))