From 295378e2d07fbae4bd2812f15debfe748bf214fb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" Date: Mon, 1 Oct 2018 01:13:15 +0000 Subject: [PATCH] Bump PhotoView from 2.1.4 to 2.2.0 Bumps [PhotoView](https://github.com/chrisbanes/PhotoView) from 2.1.4 to 2.2.0. - [Release notes](https://github.com/chrisbanes/PhotoView/releases) - [Commits](https://github.com/chrisbanes/PhotoView/compare/2.1.4...2.2.0) Signed-off-by: dependabot[bot] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 9233dc932c13..0f2541e0438e 100644 --- a/build.gradle +++ b/build.gradle @@ -234,7 +234,7 @@ dependencies { implementation 'com.madgag.spongycastle:pkix:1.54.0.0' implementation 'com.google.code.gson:gson:2.8.5' implementation 'com.afollestad:sectioned-recyclerview:0.5.0' - implementation 'com.github.chrisbanes:PhotoView:2.1.4' + implementation 'com.github.chrisbanes:PhotoView:2.2.0' implementation 'pl.droidsonroids.gif:android-gif-drawable:1.2.15' implementation 'org.parceler:parceler-api:1.1.11'