From 5ed561325f3f46988826a7c95843fe3ee867b167 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Jul 2023 01:08:24 +0000 Subject: [PATCH] Build(deps): Bump pl.droidsonroids.gif:android-gif-drawable Bumps [pl.droidsonroids.gif:android-gif-drawable](https://github.com/koral--/android-gif-drawable) from 1.2.25 to 1.2.26. - [Release notes](https://github.com/koral--/android-gif-drawable/releases) - [Changelog](https://github.com/koral--/android-gif-drawable/blob/dev/CHANGELOG.md) - [Commits](https://github.com/koral--/android-gif-drawable/compare/v1.2.25...v1.2.26) --- updated-dependencies: - dependency-name: pl.droidsonroids.gif:android-gif-drawable dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/build.gradle b/app/build.gradle index 56f879a39..eec7e5e71 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -265,7 +265,7 @@ dependencies { implementation 'com.google.android.exoplayer:exoplayer:2.18.7' implementation 'com.github.chrisbanes:PhotoView:2.3.0' - implementation 'pl.droidsonroids.gif:android-gif-drawable:1.2.25' + implementation 'pl.droidsonroids.gif:android-gif-drawable:1.2.26' implementation "io.noties.markwon:core:$markwonVersion"