From fb5be7e4e153dfc73bb91c2eed2ef59d90ffd7f3 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Wed, 15 Oct 2025 02:01:15 +0000 Subject: [PATCH] Update dependency com.mikepenz:aboutlibraries-core to v13.1.0 --- app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/build.gradle b/app/build.gradle index f04ecdc..ffb1352 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -116,7 +116,7 @@ dependencies { implementation 'com.mikepenz:aboutlibraries:13.1.0' implementation 'com.mikepenz:aboutlibraries-compose-m3:13.0.0' - implementation 'com.mikepenz:aboutlibraries-core:13.0.0' + implementation 'com.mikepenz:aboutlibraries-core:13.1.0' implementation platform('androidx.compose:compose-bom:2025.10.00')