From aade02ac0fab126d3acaee334a55c6d255d2095e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 17 Dec 2024 09:04:01 +0000 Subject: [PATCH] build(deps): Bump airbnb-lottie from 6.6.1 to 6.6.2 Bumps `airbnb-lottie` from 6.6.1 to 6.6.2. Updates `com.airbnb.android:lottie-compose` from 6.6.1 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.1...v6.6.2) Updates `com.airbnb.android:lottie` from 6.6.1 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.1...v6.6.2) --- updated-dependencies: - dependency-name: com.airbnb.android:lottie-compose dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: com.airbnb.android:lottie dependency-type: direct:production update-type: version-update:semver-patch ... 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 8b87e1fab8e9..d0d0d4c5c12d 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -1,6 +1,6 @@ [versions] agp = '8.5.1' -airbnb-lottie = '6.6.1' +airbnb-lottie = '6.6.2' android-desugar = '2.1.3' android-installreferrer = '2.2' android-security-lint = '1.0.3'