From 432f33182a7c64f6dd24f938340c2f711e034544 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 16 Dec 2024 21:49:16 +0000 Subject: [PATCH] Update dependency com.airbnb.android:lottie to v6.6.2 (#1754) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- sample/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sample/build.gradle b/sample/build.gradle index f4fb7116a..ee2113f02 100644 --- a/sample/build.gradle +++ b/sample/build.gradle @@ -29,7 +29,7 @@ dependencies { // Remove if https://github.com/airbnb/lottie-android/pull/2507 lands implementation libs.androidx.appcompat // deliberately not in versions.toml as a one-off - implementation 'com.airbnb.android:lottie:6.6.1' + implementation 'com.airbnb.android:lottie:6.6.2' // TODO: wire via plugin implementation projects.paparazziAnnotations