From 8bd245339c86b25fc6d6d1be13d594c34f77782d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 12 Feb 2024 14:01:15 -0500 Subject: [PATCH] actions: bump `me.toptas.fancyshowcase:fancyshowcaseview` to 1.3.3 (fixes #1881) (#1848) 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 9bbb92f94..a9faa4bfe 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -90,7 +90,7 @@ dependencies { implementation 'com.caverock:androidsvg-aar:1.4' implementation "androidx.core:core-ktx:1.3.1" implementation 'com.android.support:multidex:1.0.3' - implementation 'me.toptas.fancyshowcase:fancyshowcaseview:1.1.5' + implementation 'me.toptas.fancyshowcase:fancyshowcaseview:1.3.3' implementation 'androidx.lifecycle:lifecycle-runtime-ktx:2.3.0-alpha07'