From 420a28b224dc868244df530f9dac49739d8a8aec Mon Sep 17 00:00:00 2001 From: Alibek Omarov #SupportRMS Date: Mon, 14 Jun 2021 21:11:45 +0300 Subject: [PATCH] Upgrade BIV to latest version --- app/build.gradle | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/app/build.gradle b/app/build.gradle index eb6f6629..88818ad6 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -182,9 +182,9 @@ dependencies { implementation "com.github.connyduck:sparkbutton:4.1.0" - 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.github.piasy:BigImageViewer:1.8.0' + implementation 'com.github.piasy:GlideImageLoader:1.8.0' + implementation 'com.github.piasy:GlideImageViewFactory:1.8.0' implementation "com.mikepenz:materialdrawer:$materialdrawerVersion" implementation "com.mikepenz:materialdrawer-iconics:$materialdrawerVersion"