From bed9990ed9c3f5aea3c214fe892491c714393da3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Dec 2024 21:38:33 +0000 Subject: [PATCH] Bump lottie from 6.6.0 to 6.6.2 in /android Bumps `lottie` from 6.6.0 to 6.6.2. Updates `com.airbnb.android:lottie` from 6.6.0 to 6.6.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/v6.6.0...v6.6.2) Updates `com.airbnb.android:lottie-compose` from 6.6.0 to 6.6.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/v6.6.0...v6.6.2) --- updated-dependencies: - dependency-name: com.airbnb.android:lottie dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: com.airbnb.android:lottie-compose dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- android/gradle/libs.versions.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/android/gradle/libs.versions.toml b/android/gradle/libs.versions.toml index 8ea98c36..cd2acb80 100644 --- a/android/gradle/libs.versions.toml +++ b/android/gradle/libs.versions.toml @@ -48,7 +48,7 @@ compose-ui = "1.7.5" converter-gson = "2.11.0" junit = "4.13.2" libchecker-rules-bundle = "38.2" -lottie = "6.6.0" +lottie = "6.6.2" core-ktx = "1.15.0" core-splashscreen = "1.0.1" datastore-preferences = "1.1.1"