From 72d811186f09aea6a6be93b5e4cf1d35083d2462 Mon Sep 17 00:00:00 2001 From: Alex Ning Date: Fri, 14 Jun 2019 11:58:52 +0800 Subject: Show a snackbar when sending comment and sending comment fails. Display the sent comment data after the comment is sent. --- app/build.gradle | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'app/build.gradle') 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' } -- cgit v1.2.3