Fixes the markdown issue with images overlapping the text

pull/498/head
Vitor Pamplona 2023-07-12 08:16:05 -04:00
rodzic 51384e654b
commit 88638b0cae
1 zmienionych plików z 3 dodań i 3 usunięć

Wyświetl plik

@ -169,9 +169,9 @@ dependencies {
//implementation "com.halilibo.compose-richtext:richtext-commonmark:0.16.0"
// Markdown (With fix for full-image bleeds)
implementation('com.github.vitorpamplona.compose-richtext:richtext-ui:main-SNAPSHOT')
implementation('com.github.vitorpamplona.compose-richtext:richtext-ui-material:main-SNAPSHOT')
implementation('com.github.vitorpamplona.compose-richtext:richtext-commonmark:main-SNAPSHOT')
implementation('com.github.vitorpamplona.compose-richtext:richtext-ui:a0954aba63')
implementation('com.github.vitorpamplona.compose-richtext:richtext-ui-material:a0954aba63')
implementation('com.github.vitorpamplona.compose-richtext:richtext-commonmark:a0954aba63')
// Local model for language identification
playImplementation 'com.google.mlkit:language-id:17.0.4'