Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions ui/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -64,8 +64,8 @@ kotlin {
implementation("org.jetbrains.compose.material:material-icons-extended:1.7.3")
// 0.43.0 requires compileSdk 37. Keep the renderer on the newest
// release that remains compatible with this project's SDK 36 toolchain.
implementation("com.mikepenz:multiplatform-markdown-renderer:0.41.0")
implementation("com.mikepenz:multiplatform-markdown-renderer-m3:0.41.0")
implementation("com.mikepenz:multiplatform-markdown-renderer:0.42.0")
implementation("com.mikepenz:multiplatform-markdown-renderer-m3:0.42.0")
implementation("com.mohamedrejeb.richeditor:richeditor-compose:1.0.0")
implementation("com.fleeksoft.ksoup:ksoup:0.2.6")
implementation(libs.kotlinx.serialization.json)
Expand Down
Loading