From ca8578632e6d3f56c8ad2624499e52cac17428b2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 4 Jul 2023 08:37:50 +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.26 to 1.2.27. - [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.26...v1.2.27) --- 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 e31f416c9..7747abf37 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.26' + implementation 'pl.droidsonroids.gif:android-gif-drawable:1.2.27' implementation "io.noties.markwon:core:$markwonVersion"