소스 검색

Merge pull request #4731 from nextcloud/markdownPreview_cleanup

remove unused dependencies
Tobias Kaminsky 5 년 전
부모
커밋
ea77b4497e
1개의 변경된 파일0개의 추가작업 그리고 2개의 파일을 삭제
  1. 0 2
      build.gradle

+ 0 - 2
build.gradle

@@ -322,12 +322,10 @@ dependencies {
 
     // dependencies for markdown rendering
     implementation "io.noties.markwon:core:$markwonVersion"
-    implementation "io.noties.markwon:ext-latex:$markwonVersion"
     implementation "io.noties.markwon:ext-strikethrough:$markwonVersion"
     implementation "io.noties.markwon:ext-tables:$markwonVersion"
     implementation "io.noties.markwon:ext-tasklist:$markwonVersion"
     implementation "io.noties.markwon:html:$markwonVersion"
-    implementation "io.noties.markwon:linkify:$markwonVersion"
 
     implementation "io.noties.markwon:syntax-highlight:$markwonVersion"
     implementation "io.noties:prism4j:$prismVersion"