From 0801275f9183887c2259cde884ca2fc718ea0775 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Jan 2024 11:56:26 +0000 Subject: [PATCH] fix(deps): bump com.airbnb.android:lottie-compose from 6.2.0 to 6.3.0 Bumps [com.airbnb.android:lottie-compose](https://github.com/airbnb/lottie-android) from 6.2.0 to 6.3.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/v6.2.0...v6.3.0) --- updated-dependencies: - dependency-name: com.airbnb.android:lottie-compose dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/build.gradle b/app/build.gradle index 74a47859..7ea8008c 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -121,7 +121,7 @@ dependencies { def accompanist_permissions_version = "0.32.0" implementation "com.google.accompanist:accompanist-permissions:$accompanist_permissions_version" - implementation "com.airbnb.android:lottie-compose:6.2.0" + implementation "com.airbnb.android:lottie-compose:6.3.0" // Firebase: implementation(platform("com.google.firebase:firebase-bom:32.4.1"))