From 8ec3fd87ddf656ba3e8a674d4239614313dabcdd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Jul 2026 12:56:48 +0000 Subject: [PATCH] Bump lottie from 6.6.6 to 6.7.1 Bumps `lottie` from 6.6.6 to 6.7.1. Updates `com.airbnb.android:lottie-compose` from 6.6.6 to 6.7.1 - [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.6...v6.7.1) Updates `com.airbnb.android:lottie` from 6.6.6 to 6.7.1 - [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.6...v6.7.1) --- updated-dependencies: - dependency-name: com.airbnb.android:lottie-compose dependency-version: 6.7.1 dependency-type: direct:production update-type: version-update:semver-minor - dependency-name: com.airbnb.android:lottie dependency-version: 6.7.1 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- gradle/libs.versions.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index 9c51ec984..438109e8b 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -92,7 +92,7 @@ koin = "4.2.0" # UI material = "1.13.0" flexbox = "3.0.0" -lottie = "6.6.6" +lottie = "6.7.1" # Crypto & Security bcprov = "1.83"