From 7c345fb1730909ee6bd8335ea5b2d0c960f3b872 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Jun 2024 01:50:21 +0000 Subject: [PATCH] Bump com.airbnb.android:lottie from 6.2.0 to 6.4.1 Bumps [com.airbnb.android:lottie](https://github.com/airbnb/lottie-android) from 6.2.0 to 6.4.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.2.0...v6.4.1) --- updated-dependencies: - dependency-name: com.airbnb.android:lottie dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- library/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/library/build.gradle b/library/build.gradle index 3bfab23..225bb9f 100644 --- a/library/build.gradle +++ b/library/build.gradle @@ -43,7 +43,7 @@ dependencies { implementation 'androidx.core:core-ktx:1.12.0' implementation 'androidx.appcompat:appcompat:1.6.1' implementation 'com.google.android.material:material:1.11.0' - implementation 'com.airbnb.android:lottie:6.2.0' + implementation 'com.airbnb.android:lottie:6.4.1' testImplementation 'junit:junit:4.13.2'