From 5e144c6de94d4fe2233b83b3c804d101ebcbe703 Mon Sep 17 00:00:00 2001 From: Alex Ning Date: Mon, 26 Aug 2019 13:52:19 +0800 Subject: Reimplement Markdown display due to update of Markwon library. Fixed RetryLoadingMoreCallback is null in MessageRecyclerViewAdapter. --- app/build.gradle | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) (limited to 'app/build.gradle') diff --git a/app/build.gradle b/app/build.gradle index 0f78862a..3ddc20d7 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -67,10 +67,10 @@ dependencies { annotationProcessor 'com.jakewharton:butterknife-compiler:10.1.0' implementation 'com.github.santalu:aspect-ratio-imageview:1.0.6' implementation 'androidx.paging:paging-runtime:2.1.0' - 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 'com.lsjwzh:materialloadingprogressbar:0.5.8-RELEASE' + implementation 'io.noties.markwon:core:4.1.0' + implementation 'io.noties.markwon:linkify:4.1.0' + implementation 'io.noties.markwon:ext-strikethrough:4.1.0' 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' @@ -79,6 +79,7 @@ dependencies { implementation 'com.github.livefront:bridge:v1.2.0' implementation 'com.evernote:android-state:1.4.1' annotationProcessor 'com.evernote:android-state-processor:1.4.1' - implementation "androidx.work:work-runtime:2.2.0" - implementation "androidx.preference:preference:1.1.0-rc01" + implementation 'androidx.work:work-runtime:2.2.0' + implementation 'androidx.preference:preference:1.1.0-rc01' + implementation 'org.sufficientlysecure:html-textview:3.6' } -- cgit v1.2.3