From 601d74081452afdf3bc1ee98f686c684a067dc04 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Jul 2024 17:01:55 -0400 Subject: [PATCH] all: bump `pl.droidsonroids.gif:android-gif-drawable` to 1.2.29 (fixes #2086) (#2084) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: dogi --- app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/build.gradle b/app/build.gradle index 8dc5e7243..139d4bfb8 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -65,7 +65,7 @@ dependencies { implementation 'androidx.fragment:fragment-ktx:1.8.1' 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.28' + implementation 'pl.droidsonroids.gif:android-gif-drawable:1.2.29' implementation 'com.google.android.material:material:' implementation 'com.afollestad.material-dialogs:commons:0.9.6.0' implementation 'com.mikepenz:materialdrawer:6.1.1'