From 437e8f864ce743f69e9977df80245d7a838bd808 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 15 Sep 2025 21:13:19 +0000 Subject: [PATCH] chore(deps): update markdown renderer (mike penz) to v0.37.0 (#3087) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Phil Oliver <3497406+poliver@users.noreply.github.com> --- .../java/com/geeksville/mesh/ui/common/components/MDText.kt | 5 ----- gradle/libs.versions.toml | 2 +- 2 files changed, 1 insertion(+), 6 deletions(-) diff --git a/app/src/main/java/com/geeksville/mesh/ui/common/components/MDText.kt b/app/src/main/java/com/geeksville/mesh/ui/common/components/MDText.kt index ffbe2c040..43a70f88e 100644 --- a/app/src/main/java/com/geeksville/mesh/ui/common/components/MDText.kt +++ b/app/src/main/java/com/geeksville/mesh/ui/common/components/MDText.kt @@ -43,13 +43,9 @@ fun MDText( val colors = DefaultMarkdownColors( text = color, - codeText = MaterialTheme.colorScheme.onSurface, - inlineCodeText = MaterialTheme.colorScheme.onSurface, - linkText = HyperlinkBlue, codeBackground = MaterialTheme.colorScheme.surfaceContainerHigh, inlineCodeBackground = MaterialTheme.colorScheme.surfaceContainerHigh, dividerColor = MaterialTheme.colorScheme.onSurface, - tableText = MaterialTheme.colorScheme.onSurface, tableBackground = MaterialTheme.colorScheme.surfaceContainer, ) @@ -79,7 +75,6 @@ fun MDText( ordered = MaterialTheme.typography.bodyMedium.copy(color = color), bullet = MaterialTheme.typography.bodyMedium.copy(color = color), list = MaterialTheme.typography.bodyMedium.copy(color = color), - link = TextStyle(color = HyperlinkBlue, textDecoration = TextDecoration.Underline), textLink = TextLinkStyles(style = SpanStyle(color = HyperlinkBlue, textDecoration = TextDecoration.Underline)), table = MaterialTheme.typography.bodyMedium.copy(color = MaterialTheme.colorScheme.onSurface), diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index 2a564931d..3d4d457c8 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -13,7 +13,7 @@ kotlin = "2.2.20" kotlinx-coroutines-android = "1.10.2" lifecycle = "2.9.3" maps-compose = "6.10.0" -markdownRenderer = "0.35.0" +markdownRenderer = "0.37.0" navigation = "2.9.4" navigation3 = "1.0.0-alpha09" okhttp = "5.1.0"