From 11607c5f950a5cce2b446f8d23613560827df118 Mon Sep 17 00:00:00 2001 From: tibbi Date: Tue, 14 May 2019 23:37:02 +0200 Subject: [PATCH] updating gif-drawable to 1.2.17 --- app/build.gradle | 4 ++-- build.gradle | 1 + 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/app/build.gradle b/app/build.gradle index ae02232cc..540d2689d 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -61,11 +61,11 @@ android { } dependencies { - implementation 'com.simplemobiletools:commons:5.12.22' + implementation 'com.simplemobiletools:commons:5.12.23' 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' - implementation 'pl.droidsonroids.gif:android-gif-drawable:1.2.16' + implementation 'pl.droidsonroids.gif:android-gif-drawable:1.2.17-SNAPSHOT' implementation 'androidx.constraintlayout:constraintlayout:2.0.0-alpha5' implementation 'com.google.android.exoplayer:exoplayer-core:2.9.6' implementation 'com.google.vr:sdk-panowidget:1.180.0' diff --git a/build.gradle b/build.gradle index fbf166032..d760187ae 100644 --- a/build.gradle +++ b/build.gradle @@ -22,6 +22,7 @@ allprojects { google() jcenter() maven { url "https://jitpack.io" } + maven { url "https://oss.sonatype.org/content/repositories/snapshots" } } }