aboutsummaryrefslogtreecommitdiff
path: root/app/build.gradle
diff options
context:
space:
mode:
authorAlex Ning <chineseperson5@gmail.com>2019-12-26 15:57:02 +0000
committerAlex Ning <chineseperson5@gmail.com>2019-12-26 15:57:02 +0000
commit5bf1d342f6f30699f02a985cc8b16b6da90d4688 (patch)
treef707abcdee123e12db7a004b709ab1ae1db8d660 /app/build.gradle
parentf7baba9412c53b0abd54e36d74657433efb6e58e (diff)
downloadinfinity-for-reddit-5bf1d342f6f30699f02a985cc8b16b6da90d4688.tar
infinity-for-reddit-5bf1d342f6f30699f02a985cc8b16b6da90d4688.tar.gz
infinity-for-reddit-5bf1d342f6f30699f02a985cc8b16b6da90d4688.tar.bz2
infinity-for-reddit-5bf1d342f6f30699f02a985cc8b16b6da90d4688.tar.lz
infinity-for-reddit-5bf1d342f6f30699f02a985cc8b16b6da90d4688.tar.xz
infinity-for-reddit-5bf1d342f6f30699f02a985cc8b16b6da90d4688.tar.zst
infinity-for-reddit-5bf1d342f6f30699f02a985cc8b16b6da90d4688.zip
Markdown table support.
Diffstat (limited to '')
-rw-r--r--app/build.gradle10
1 files changed, 6 insertions, 4 deletions
diff --git a/app/build.gradle b/app/build.gradle
index d52412a8..b8218769 100644
--- a/app/build.gradle
+++ b/app/build.gradle
@@ -66,10 +66,11 @@ dependencies {
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 'io.noties.markwon:core:4.1.2'
- implementation 'io.noties.markwon:linkify:4.1.2'
- implementation 'io.noties.markwon:ext-strikethrough:4.1.2'
- implementation "io.noties.markwon:simple-ext:4.1.2"
+ implementation 'io.noties.markwon:core:4.2.0'
+ implementation 'io.noties.markwon:linkify:4.2.0'
+ implementation 'io.noties.markwon:ext-strikethrough:4.2.0'
+ implementation "io.noties.markwon:simple-ext:4.2.0"
+ implementation "io.noties.markwon:recycler-table:4.2.0"
implementation 'pl.droidsonroids.gif:android-gif-drawable:1.2.19'
implementation 'com.github.Ferfalk:SimpleSearchView:0.1.3'
implementation 'org.greenrobot:eventbus:3.1.1'
@@ -82,4 +83,5 @@ dependencies {
implementation 'androidx.preference:preference:1.1.0'
implementation 'com.nex3z:flow-layout:1.3.0'
implementation 'com.r0adkll:slidableactivity:2.1.0'
+ implementation 'com.atlassian.commonmark:commonmark:0.13.1'
}