From 41596e128320dc60bafcfd01882ff3b8f4d834aa Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 15 Feb 2024 14:39:14 -0500 Subject: [PATCH] actions: bump `com.mikepenz:crossfader` to 1.6.0 (fixes #1923) (#1849) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/build.gradle b/app/build.gradle index e5abb6073..f2c462558 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -76,7 +76,7 @@ dependencies { implementation 'com.mikepenz:octicons-typeface:3.2.0.5@aar' implementation 'de.hdodenhof:circleimageview:3.1.0' implementation 'com.mikepenz:itemanimators:1.1.0' - implementation 'com.mikepenz:crossfader:1.5.1@aar' + implementation 'com.mikepenz:crossfader:1.6.0@aar' implementation 'com.mikepenz:crossfadedrawerlayout:1.0.1@aar' implementation 'com.google.android:flexbox:1.0.0' implementation 'androidx.cardview:cardview:1.0.0'