From 161804be0d33010566a8294cd454536b6d7e90ec Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 2 Mar 2021 10:39:41 +0000 Subject: [PATCH] Bump big_image_viewer_version from 1.7.0 to 1.7.1 Bumps `big_image_viewer_version` from 1.7.0 to 1.7.1. Updates `BigImageViewer` from 1.7.0 to 1.7.1 - [Release notes](https://github.com/Piasy/BigImageViewer/releases) - [Changelog](https://github.com/Piasy/BigImageViewer/blob/master/CHANGELOG.md) - [Commits](https://github.com/Piasy/BigImageViewer/compare/1.7.0...v1.7.1) Updates `GlideImageLoader` from 1.7.0 to 1.7.1 - [Release notes](https://github.com/Piasy/BigImageViewer/releases) - [Changelog](https://github.com/Piasy/BigImageViewer/blob/master/CHANGELOG.md) - [Commits](https://github.com/Piasy/BigImageViewer/compare/1.7.0...v1.7.1) Updates `ProgressPieIndicator` from 1.7.0 to 1.7.1 - [Release notes](https://github.com/Piasy/BigImageViewer/releases) - [Changelog](https://github.com/Piasy/BigImageViewer/blob/master/CHANGELOG.md) - [Commits](https://github.com/Piasy/BigImageViewer/compare/1.7.0...v1.7.1) Updates `GlideImageViewFactory` from 1.7.0 to 1.7.1 - [Release notes](https://github.com/Piasy/BigImageViewer/releases) - [Changelog](https://github.com/Piasy/BigImageViewer/blob/master/CHANGELOG.md) - [Commits](https://github.com/Piasy/BigImageViewer/compare/1.7.0...v1.7.1) Signed-off-by: dependabot[bot] --- vector/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vector/build.gradle b/vector/build.gradle index 391676058e..305c286e4d 100644 --- a/vector/build.gradle +++ b/vector/build.gradle @@ -291,7 +291,7 @@ dependencies { def fragment_version = '1.3.0' def arrow_version = "0.8.2" def markwon_version = '4.1.2' - def big_image_viewer_version = '1.7.0' + def big_image_viewer_version = '1.7.1' def glide_version = '4.12.0' def moshi_version = '1.11.0' def daggerVersion = '2.33'