aboutsummaryrefslogtreecommitdiff
path: root/app/build.gradle
diff options
context:
space:
mode:
authorAlex Ning <chineseperson5@gmail.com>2019-02-21 05:21:32 +0000
committerAlex Ning <chineseperson5@gmail.com>2019-02-21 05:21:32 +0000
commit2b0228ab476426531f0f064e80e3cf2019081569 (patch)
tree5747f83f4e5c1d0895522468fbdefd37a6eacf06 /app/build.gradle
parent3a58964d6cdde4435fb257542e89fea6de501dba (diff)
downloadinfinity-for-reddit-2b0228ab476426531f0f064e80e3cf2019081569.tar
infinity-for-reddit-2b0228ab476426531f0f064e80e3cf2019081569.tar.gz
infinity-for-reddit-2b0228ab476426531f0f064e80e3cf2019081569.tar.bz2
infinity-for-reddit-2b0228ab476426531f0f064e80e3cf2019081569.tar.lz
infinity-for-reddit-2b0228ab476426531f0f064e80e3cf2019081569.tar.xz
infinity-for-reddit-2b0228ab476426531f0f064e80e3cf2019081569.tar.zst
infinity-for-reddit-2b0228ab476426531f0f064e80e3cf2019081569.zip
Use another GifImageView library.
Diffstat (limited to '')
-rw-r--r--app/build.gradle2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/build.gradle b/app/build.gradle
index ec846c03..68bc8dc7 100644
--- a/app/build.gradle
+++ b/app/build.gradle
@@ -68,10 +68,10 @@ dependencies {
implementation 'com.jakewharton:butterknife:8.8.1'
annotationProcessor 'com.jakewharton:butterknife-compiler:8.8.1'
implementation 'com.github.santalu:aspect-ratio-imageview:1.0.6'
- implementation 'com.felipecsl:gifimageview:2.2.0'
implementation "android.arch.paging:runtime:1.0.1"
implementation "com.lsjwzh:materialloadingprogressbar:0.5.8-RELEASE"
implementation "ru.noties:markwon:2.0.1"
implementation "ru.noties:markwon-syntax-highlight:2.0.1"
implementation "ru.noties:markwon-view:2.0.1"
+ implementation 'pl.droidsonroids.gif:android-gif-drawable:1.2.16'
}