aboutsummaryrefslogtreecommitdiff
path: root/app/build.gradle
diff options
context:
space:
mode:
authorscria1000 <91804886+scria1000@users.noreply.github.com>2022-11-03 10:07:25 +0000
committerGitHub <noreply@github.com>2022-11-03 10:07:25 +0000
commit20214ce32302b48e83404f66ba9ccb79c64830d0 (patch)
treef6d7917a6027764098d422c32d2d1d7e2c73cf96 /app/build.gradle
parente362f2ecf06f12be4ff511cb0f489abc880e7bc7 (diff)
downloadinfinity-for-reddit-20214ce32302b48e83404f66ba9ccb79c64830d0.tar
infinity-for-reddit-20214ce32302b48e83404f66ba9ccb79c64830d0.tar.gz
infinity-for-reddit-20214ce32302b48e83404f66ba9ccb79c64830d0.tar.bz2
infinity-for-reddit-20214ce32302b48e83404f66ba9ccb79c64830d0.tar.lz
infinity-for-reddit-20214ce32302b48e83404f66ba9ccb79c64830d0.tar.xz
infinity-for-reddit-20214ce32302b48e83404f66ba9ccb79c64830d0.tar.zst
infinity-for-reddit-20214ce32302b48e83404f66ba9ccb79c64830d0.zip
Superscript parser overhaul (#1162)
* Superscript parser overhaul * Make superscript work with tables * Fix some issues with Table compatibility * Some bug fixes * Re-enable Autolink
Diffstat (limited to 'app/build.gradle')
-rw-r--r--app/build.gradle1
1 files changed, 0 insertions, 1 deletions
diff --git a/app/build.gradle b/app/build.gradle
index 9afd4eb1..76332b12 100644
--- a/app/build.gradle
+++ b/app/build.gradle
@@ -161,7 +161,6 @@ 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'