From ad86da403de132e30d0a2a2e28d27cdbb79e2aef Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 18 Aug 2022 22:10:11 +0000 Subject: [PATCH] Bump android-gif-drawable from 1.2.24 to 1.2.25 Bumps [android-gif-drawable](https://github.com/koral--/android-gif-drawable) from 1.2.24 to 1.2.25. - [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.24...v1.2.25) --- 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 b6c0a4577..072ca8bf8 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -295,7 +295,7 @@ dependencies { implementation 'com.google.android.exoplayer:exoplayer:2.18.1' implementation 'com.github.chrisbanes:PhotoView:2.3.0' - implementation 'pl.droidsonroids.gif:android-gif-drawable:1.2.24' + implementation 'pl.droidsonroids.gif:android-gif-drawable:1.2.25' implementation "io.noties.markwon:core:$markwonVersion"