From 0605e8944e61c7a88cd18f68001eb37973ec94a9 Mon Sep 17 00:00:00 2001 From: tibbi Date: Sun, 13 Feb 2022 10:48:05 +0100 Subject: [PATCH] updating gif drawable library --- app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/build.gradle b/app/build.gradle index d764fd40f..f7504d42f 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -80,7 +80,7 @@ dependencies { implementation 'com.github.SimpleMobileTools:Simple-Commons:03e4d214b1' 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.23' + implementation 'pl.droidsonroids.gif:android-gif-drawable:1.2.24' implementation 'androidx.constraintlayout:constraintlayout:2.1.3' implementation 'com.google.android.exoplayer:exoplayer-core:2.9.6' implementation 'com.google.vr:sdk-panowidget:1.180.0'