From f37cf1f83607bf852cf41248370c6b076337bcd2 Mon Sep 17 00:00:00 2001 From: tibbi Date: Tue, 17 Jan 2023 16:22:47 +0100 Subject: [PATCH] updating subsampling scale image view --- app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/build.gradle b/app/build.gradle index bda94acaa..6d815b62f 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -90,7 +90,7 @@ dependencies { implementation 'info.androidhive:imagefilters:1.0.7' implementation 'com.caverock:androidsvg-aar:1.4' implementation 'com.github.tibbi:gestureviews:a8e8fa8d27' - implementation 'com.github.tibbi:subsampling-scale-image-view:b51482b3fa' + implementation 'com.github.tibbi:subsampling-scale-image-view:d0681c32e2' implementation 'androidx.swiperefreshlayout:swiperefreshlayout:1.1.0' implementation 'com.github.penfeizhou.android.animation:awebp:2.17.0' implementation 'com.github.penfeizhou.android.animation:apng:2.17.0'