From 66a1992f9f8c6f547e507c404f67441f818abd89 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 27 Oct 2024 22:52:17 +0000 Subject: [PATCH] fix(deps): update dependency com.airbnb.android:lottie to v6.6.0 --- lottie/app/build.gradle | 2 +- vision-qr-code-scanner/app/build.gradle | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/lottie/app/build.gradle b/lottie/app/build.gradle index eea85e7..1546754 100644 --- a/lottie/app/build.gradle +++ b/lottie/app/build.gradle @@ -37,7 +37,7 @@ dependencies { implementation 'androidx.appcompat:appcompat:1.4.2' implementation 'com.google.android.material:material:1.6.1' implementation 'androidx.constraintlayout:constraintlayout:2.1.4' - implementation 'com.airbnb.android:lottie:6.1.0' + implementation 'com.airbnb.android:lottie:6.6.0' implementation 'androidx.legacy:legacy-support-v4:1.0.0' debugImplementation("androidx.fragment:fragment-testing:1.6.2") diff --git a/vision-qr-code-scanner/app/build.gradle b/vision-qr-code-scanner/app/build.gradle index c29f19a..d311cd0 100644 --- a/vision-qr-code-scanner/app/build.gradle +++ b/vision-qr-code-scanner/app/build.gradle @@ -39,7 +39,7 @@ dependencies { implementation 'com.google.android.material:material:1.6.1' implementation 'androidx.constraintlayout:constraintlayout:2.1.4' implementation 'com.google.android.gms:play-services-vision:20.1.3' - implementation 'com.airbnb.android:lottie:6.1.0' + implementation 'com.airbnb.android:lottie:6.6.0' testImplementation 'junit:junit:4.13.2' androidTestImplementation 'androidx.test:core:1.5.0'