From 1acac8727bace677afc241e3ec05fa9b812281be Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 19 Jul 2026 14:31:11 +0000 Subject: [PATCH] Bump com.mikepenz:multiplatform-markdown-renderer-m3 Bumps [com.mikepenz:multiplatform-markdown-renderer-m3](https://github.com/mikepenz/multiplatform-markdown-renderer) from 0.27.0 to 0.43.0. - [Release notes](https://github.com/mikepenz/multiplatform-markdown-renderer/releases) - [Changelog](https://github.com/mikepenz/multiplatform-markdown-renderer/blob/develop/CHANGELOG.md) - [Commits](https://github.com/mikepenz/multiplatform-markdown-renderer/compare/v0.27.0...v0.43.0) --- updated-dependencies: - dependency-name: com.mikepenz:multiplatform-markdown-renderer-m3 dependency-version: 0.43.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- app/build.gradle.kts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/build.gradle.kts b/app/build.gradle.kts index eb71368..2fe17ae 100644 --- a/app/build.gradle.kts +++ b/app/build.gradle.kts @@ -62,8 +62,8 @@ dependencies { implementation("com.tom-roush:pdfbox-android:2.0.27.0") // Markdown rendering for summary output. - implementation("com.mikepenz:multiplatform-markdown-renderer:0.27.0") - implementation("com.mikepenz:multiplatform-markdown-renderer-m3:0.27.0") + implementation("com.mikepenz:multiplatform-markdown-renderer:0.43.0") + implementation("com.mikepenz:multiplatform-markdown-renderer-m3:0.43.0") // Latest Llamatik/llama.cpp Android runtime for Qwen3, Gemma 3n and LFM2 GGUFs. implementation("com.llamatik:library-android:1.8.1")