diff options
author | scria1000 <91804886+scria1000@users.noreply.github.com> | 2021-11-11 15:41:24 +0000 |
---|---|---|
committer | scria1000 <91804886+scria1000@users.noreply.github.com> | 2021-11-11 15:41:24 +0000 |
commit | 2cdf523eff80d4cee7bab64fbdd6c1e34908207d (patch) | |
tree | 9d99316922c91e44b7e05b3b4e907348211d7fb0 /app/build.gradle | |
parent | d6d6ed5407bf8479957290d1e7cf79279dd4c427 (diff) | |
download | infinity-for-reddit-2cdf523eff80d4cee7bab64fbdd6c1e34908207d.tar infinity-for-reddit-2cdf523eff80d4cee7bab64fbdd6c1e34908207d.tar.gz infinity-for-reddit-2cdf523eff80d4cee7bab64fbdd6c1e34908207d.tar.bz2 infinity-for-reddit-2cdf523eff80d4cee7bab64fbdd6c1e34908207d.tar.lz infinity-for-reddit-2cdf523eff80d4cee7bab64fbdd6c1e34908207d.tar.xz infinity-for-reddit-2cdf523eff80d4cee7bab64fbdd6c1e34908207d.tar.zst infinity-for-reddit-2cdf523eff80d4cee7bab64fbdd6c1e34908207d.zip |
More fixes related to markdown rendering
Diffstat (limited to 'app/build.gradle')
-rw-r--r-- | app/build.gradle | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/build.gradle b/app/build.gradle index cd0bc859..10429eeb 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -153,7 +153,7 @@ dependencies { implementation "io.noties.markwon:linkify:$markwonVersion" implementation "io.noties.markwon:recycler-table:$markwonVersion" implementation "io.noties.markwon:simple-ext:$markwonVersion" - implementation "io.noties.markwon:html:$markwonVersion" + implementation "io.noties.markwon:inline-parser:$markwonVersion" implementation 'com.atlassian.commonmark:commonmark-ext-gfm-tables:0.14.0' implementation 'me.saket:better-link-movement-method:2.2.0' |