From e7e09d0401421ab090118b42ef81689ab354bb2e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 31 Aug 2023 12:38:56 +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.27 to 1.2.28. - [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.27...v1.2.28) --- 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 b9a02a347..66b70f659 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -269,7 +269,7 @@ dependencies { implementation "androidx.media3:media3-ui:$media3_version" implementation 'com.github.chrisbanes:PhotoView:2.3.0' - implementation 'pl.droidsonroids.gif:android-gif-drawable:1.2.27' + implementation 'pl.droidsonroids.gif:android-gif-drawable:1.2.28' implementation "io.noties.markwon:core:$markwonVersion" implementation "io.noties.markwon:ext-strikethrough:$markwonVersion"