mirror of
https://github.com/msfjarvis/compose-lobsters
synced 2025-08-14 16:27:06 +05:30
android: switch to MikePenz' Markdown renderer
This commit is contained in:
parent
5749b98b23
commit
87e9c218a2
4 changed files with 8 additions and 14 deletions
|
@ -3,7 +3,6 @@ accompanist = "0.19.0"
|
|||
aurora = "0.0.54-SNAPSHOT"
|
||||
coroutines = "1.5.2"
|
||||
hilt = "2.39"
|
||||
richtext = "0.8.1"
|
||||
serialization = "1.3.0"
|
||||
sqldelight = "1.5.1"
|
||||
|
||||
|
@ -38,9 +37,7 @@ dagger-hilt-android = { module = "com.google.dagger:hilt-android", version.ref =
|
|||
dagger-hilt-compiler = { module = "com.google.dagger:hilt-compiler", version.ref = "hilt" }
|
||||
dagger-hilt-core = { module = "com.google.dagger:hilt-core", version.ref = "hilt" }
|
||||
|
||||
compose-richtext-ui = { module = "com.halilibo.compose-richtext:richtext-ui", version.ref = "richtext" }
|
||||
compose-richtext-material = { module = "com.halilibo.compose-richtext:richtext-ui-material", version.ref = "richtext" }
|
||||
compose-richtext-markdown = { module = "com.halilibo.compose-richtext:richtext-commonmark", version.ref = "richtext" }
|
||||
multiplatform-markdown-android = "com.mikepenz:multiplatform-markdown-renderer-android:0.0.1"
|
||||
copydown = "io.github.furstenheim:copy_down:1.0"
|
||||
|
||||
multiplatform-paging = "dev.msfjarvis.paging:multiplatform-paging:0.4.5-SNAPSHOT"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue