diff options
author | Alex Ning <chineseperson5@gmail.com> | 2019-06-14 03:58:52 +0000 |
---|---|---|
committer | Alex Ning <chineseperson5@gmail.com> | 2019-06-14 03:58:52 +0000 |
commit | 72d811186f09aea6a6be93b5e4cf1d35083d2462 (patch) | |
tree | a579593ec885a7967cb235f04d4e162a1acf215f /app/build.gradle | |
parent | f69ae29bb93a113bad77bd258c92398bd45cd902 (diff) | |
download | infinity-for-reddit-72d811186f09aea6a6be93b5e4cf1d35083d2462.tar infinity-for-reddit-72d811186f09aea6a6be93b5e4cf1d35083d2462.tar.gz infinity-for-reddit-72d811186f09aea6a6be93b5e4cf1d35083d2462.tar.bz2 infinity-for-reddit-72d811186f09aea6a6be93b5e4cf1d35083d2462.tar.lz infinity-for-reddit-72d811186f09aea6a6be93b5e4cf1d35083d2462.tar.xz infinity-for-reddit-72d811186f09aea6a6be93b5e4cf1d35083d2462.tar.zst infinity-for-reddit-72d811186f09aea6a6be93b5e4cf1d35083d2462.zip |
Show a snackbar when sending comment and sending comment fails. Display the sent comment data after the comment is sent.
Diffstat (limited to '')
-rw-r--r-- | app/build.gradle | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/app/build.gradle b/app/build.gradle index a66bf321..4a6323e5 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -46,7 +46,7 @@ dependencies { implementation 'androidx.browser:browser:1.0.0' implementation 'com.alexvasilkov:gesture-views:2.5.2' implementation 'androidx.cardview:cardview:1.0.0' - implementation 'com.github.bumptech.glide:glide:4.8.0' + implementation 'com.github.bumptech.glide:glide:4.9.0' implementation 'com.github.pwittchen:swipe-rx2:0.3.0' annotationProcessor 'com.github.bumptech.glide:compiler:4.8.0' // Room components @@ -75,5 +75,4 @@ dependencies { implementation 'pl.droidsonroids.gif:android-gif-drawable:1.2.16' implementation 'com.github.Ferfalk:SimpleSearchView:0.1.3' implementation 'org.greenrobot:eventbus:3.1.1' - implementation 'jp.wasabeef:richeditor-android:1.2.2' } |