|
@@ -321,17 +321,17 @@ dependencies {
|
|
implementation 'org.conscrypt:conscrypt-android:2.2.1'
|
|
implementation 'org.conscrypt:conscrypt-android:2.2.1'
|
|
|
|
|
|
// dependencies for markdown rendering
|
|
// 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}")
|
|
|
|
- kapt "io.noties:prism4j-bundler:${prismVersion}"
|
|
|
|
|
|
+ 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"
|
|
|
|
+ kapt "io.noties:prism4j-bundler:$prismVersion"
|
|
|
|
|
|
// dependencies for local unit tests
|
|
// dependencies for local unit tests
|
|
testImplementation 'junit:junit:4.12'
|
|
testImplementation 'junit:junit:4.12'
|