From 70a2cbd9768ef65141096ecaf9e64da3e7e203c6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 1 Oct 2024 00:24:55 +0000 Subject: [PATCH] Bump com.airbnb.android:lottie from 6.5.1 to 6.5.2 Bumps [com.airbnb.android:lottie](https://github.com/airbnb/lottie-android) from 6.5.1 to 6.5.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.5.1...v6.5.2) --- updated-dependencies: - dependency-name: com.airbnb.android:lottie dependency-type: direct:production update-type: version-update:semver-patch ... 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 cfaae78..94e17e8 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -62,7 +62,7 @@ dependencies { implementation 'androidx.core:core-ktx:1.13.1' implementation 'androidx.constraintlayout:constraintlayout:2.1.4' implementation 'androidx.lifecycle:lifecycle-viewmodel-ktx:2.8.4' - implementation 'com.airbnb.android:lottie:6.5.1' + implementation 'com.airbnb.android:lottie:6.5.2' implementation 'com.journeyapps:zxing-android-embedded:4.3.0' // Retrofit