From 7e234d731ae2f7a9f0d8239a29ca6841c4dc81da Mon Sep 17 00:00:00 2001 From: tibbi Date: Thu, 21 Feb 2019 22:38:38 +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 49bf1c6b7..90615fc70 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -75,7 +75,7 @@ dependencies { implementation 'com.squareup.picasso:picasso:2.71828' implementation 'com.caverock:androidsvg-aar:1.3' implementation 'com.github.tibbi:gestureviews:bd0a8e67a1' - implementation 'com.github.tibbi:subsampling-scale-image-view:fac1948e41' + implementation 'com.github.tibbi:subsampling-scale-image-view:2c4e898b25' kapt 'com.github.bumptech.glide:compiler:4.9.0' // keep it here too, not just in Commons, else loading SVGs wont work kapt 'androidx.room:room-compiler:2.0.0'