From 56120e6bf44d02cfd9444f1b34e9d52f6cfb10a3 Mon Sep 17 00:00:00 2001 From: Alibek Omarov Date: Sun, 4 Oct 2020 04:34:13 +0300 Subject: [PATCH] app: upgrade BIV --- app/build.gradle | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/app/build.gradle b/app/build.gradle index 2eae0a7a..18fcf3a3 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -178,9 +178,9 @@ dependencies { implementation "com.github.connyduck:sparkbutton:4.0.0" - implementation 'com.github.piasy:BigImageViewer:1.6.6' - implementation 'com.github.piasy:GlideImageLoader:1.6.6' - implementation 'com.github.piasy:GlideImageViewFactory:1.6.6' + implementation 'com.github.piasy:BigImageViewer:1.7.0' + implementation 'com.github.piasy:GlideImageLoader:1.7.0' + implementation 'com.github.piasy:GlideImageViewFactory:1.7.0' implementation "com.mikepenz:materialdrawer:$materialdrawerVersion" implementation "com.mikepenz:materialdrawer-iconics:$materialdrawerVersion"