From be2b9766eac93538c69327154ab8b3143538b111 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 14 Feb 2024 23:46:17 -0500 Subject: [PATCH] actions: bump `pl.droidsonroids.gif:android-gif-drawable` to 1.2.28 (fixes #1912) (#1852) 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 b52ce3497..e6e0c1afa 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -64,7 +64,7 @@ dependencies { implementation 'androidx.fragment:fragment-ktx:1.7.0-alpha10' implementation 'androidx.legacy:legacy-support-v4:1.0.0' implementation 'androidx.multidex:multidex:2.0.1' - implementation 'pl.droidsonroids.gif:android-gif-drawable:1.2.3' + implementation 'pl.droidsonroids.gif:android-gif-drawable:1.2.28' implementation 'com.google.android.material:material:' implementation 'com.afollestad.material-dialogs:commons:0.9.6.0' implementation 'com.mikepenz:materialdrawer:6.1.1'