aboutsummaryrefslogtreecommitdiff
path: root/app/build.gradle
diff options
context:
space:
mode:
authorAlex Ning <chineseperson5@gmail.com>2019-08-26 05:52:19 +0000
committerAlex Ning <chineseperson5@gmail.com>2019-08-26 05:52:19 +0000
commit5e144c6de94d4fe2233b83b3c804d101ebcbe703 (patch)
tree14273c38afda18eec84b9a135b62247331e207be /app/build.gradle
parent4d4e6165f0e1bcd72c54fa015a9e1112103e9062 (diff)
downloadinfinity-for-reddit-5e144c6de94d4fe2233b83b3c804d101ebcbe703.tar
infinity-for-reddit-5e144c6de94d4fe2233b83b3c804d101ebcbe703.tar.gz
infinity-for-reddit-5e144c6de94d4fe2233b83b3c804d101ebcbe703.tar.bz2
infinity-for-reddit-5e144c6de94d4fe2233b83b3c804d101ebcbe703.tar.lz
infinity-for-reddit-5e144c6de94d4fe2233b83b3c804d101ebcbe703.tar.xz
infinity-for-reddit-5e144c6de94d4fe2233b83b3c804d101ebcbe703.tar.zst
infinity-for-reddit-5e144c6de94d4fe2233b83b3c804d101ebcbe703.zip
Reimplement Markdown display due to update of Markwon library. Fixed RetryLoadingMoreCallback is null in MessageRecyclerViewAdapter.
Diffstat (limited to 'app/build.gradle')
-rw-r--r--app/build.gradle13
1 files changed, 7 insertions, 6 deletions
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'
}