From fdb426c114f21e89dd4daf6e8ddf6896092608a0 Mon Sep 17 00:00:00 2001 From: tibbi Date: Thu, 18 Feb 2021 23:26:58 +0100 Subject: [PATCH] updating some libraries --- app/build.gradle | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/app/build.gradle b/app/build.gradle index 0dfae6116..d1bf8a066 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -80,7 +80,7 @@ dependencies { implementation 'com.simplemobiletools:commons:5.33.32' implementation 'com.theartofdev.edmodo:android-image-cropper:2.8.0' implementation 'it.sephiroth.android.exif:library:1.0.1' - implementation 'pl.droidsonroids.gif:android-gif-drawable:1.2.19' + implementation 'pl.droidsonroids.gif:android-gif-drawable:1.2.22' implementation 'androidx.constraintlayout:constraintlayout:2.0.4' implementation 'com.google.android.exoplayer:exoplayer-core:2.9.6' implementation 'com.google.vr:sdk-panowidget:1.180.0' @@ -88,11 +88,11 @@ dependencies { implementation 'org.apache.sanselan:sanselan:0.97-incubator' implementation 'info.androidhive:imagefilters:1.0.7' 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:81c021514c' + implementation 'com.caverock:androidsvg-aar:1.4' + implementation 'com.github.tibbi:gestureviews:a8e8fa8d27' + implementation 'com.github.tibbi:subsampling-scale-image-view:961f7b5f2d' implementation 'androidx.swiperefreshlayout:swiperefreshlayout:1.1.0' - implementation 'com.github.penfeizhou.android.animation:awebp:2.5.1' + implementation 'com.github.penfeizhou.android.animation:awebp:2.7.0' kapt 'com.github.bumptech.glide:compiler:4.10.0'