use the stable android-gif-drawable library version, not snapshot

This commit is contained in:
tibbi 2019-06-10 10:38:33 +02:00
parent 6a0172415e
commit 51b44bb457
2 changed files with 1 additions and 2 deletions

View File

@ -65,7 +65,7 @@ dependencies {
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.17-SNAPSHOT'
implementation 'pl.droidsonroids.gif:android-gif-drawable:1.2.17'
implementation 'androidx.constraintlayout:constraintlayout:2.0.0-beta1'
implementation 'com.google.android.exoplayer:exoplayer-core:2.9.6'
implementation 'com.google.vr:sdk-panowidget:1.180.0'

View File

@ -22,7 +22,6 @@ allprojects {
google()
jcenter()
maven { url "https://jitpack.io" }
maven { url "https://oss.sonatype.org/content/repositories/snapshots" }
}
}