From 4c40dd4cb962af96ee5d533d97ce28e2d1b6c6bf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 30 Nov 2023 08:50:28 +0000 Subject: [PATCH] Bump com.airbnb.android:lottie-compose from 6.1.0 to 6.2.0 Bumps [com.airbnb.android:lottie-compose](https://github.com/airbnb/lottie-android) from 6.1.0 to 6.2.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.1.0...v6.2.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] --- 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 902e558e..63da5c14 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -78,4 +78,4 @@ playServices-wearable = "com.google.android.gms:play-services-wearable:18.1.0" # kotlinx-immutableCollections = "org.jetbrains.kotlinx:kotlinx-collections-immutable:0.3.6" # https://github.com/Kotlin/kotlinx.collections.immutable -lottie-compose = "com.airbnb.android:lottie-compose:6.1.0" # https://github.com/airbnb/lottie-android +lottie-compose = "com.airbnb.android:lottie-compose:6.2.0" # https://github.com/airbnb/lottie-android