diff --git a/app/build.gradle b/app/build.gradle index b56742ca8..a72a4e96d 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -78,7 +78,7 @@ android { } dependencies { - implementation 'com.simplemobiletools:commons:5.28.24' + implementation 'com.simplemobiletools:commons:5.28.27' implementation 'com.theartofdev.edmodo:android-image-cropper:2.8.0' implementation 'androidx.multidex:multidex:2.0.1' implementation 'it.sephiroth.android.exif:library:1.0.1' @@ -92,7 +92,7 @@ dependencies { implementation 'com.squareup.picasso:picasso:2.71828' implementation 'com.caverock:androidsvg-aar:1.3' implementation 'com.github.tibbi:gestureviews:512f929d82' - implementation 'com.github.tibbi:subsampling-scale-image-view:381878c078' + implementation 'com.github.tibbi:subsampling-scale-image-view:81c021514c' kapt 'com.github.bumptech.glide:compiler:4.10.0'