From 944ff3529bdb10df7970677e3b03a315ee5d093e Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Thu, 20 Feb 2025 02:00:31 +0000 Subject: [PATCH 1/2] Update dependency com.mikepenz:aboutlibraries to v11.6.3 --- app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/build.gradle b/app/build.gradle index 892cf20..74ad3de 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -89,5 +89,5 @@ dependencies { implementation 'com.caverock:androidsvg-aar:1.4' implementation 'com.github.chrisbanes:PhotoView:2.3.0' - implementation 'com.mikepenz:aboutlibraries:11.6.0' + implementation 'com.mikepenz:aboutlibraries:11.6.3' } \ No newline at end of file -- 2.49.1 From 80a8c21cb02828610e675882aaea709c57961aa0 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Sat, 22 Feb 2025 02:01:17 +0000 Subject: [PATCH 2/2] Update plugin com.mikepenz.aboutlibraries.plugin to v11.6.3 --- app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/build.gradle b/app/build.gradle index 74ad3de..ad187ee 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -2,7 +2,7 @@ plugins { id 'com.android.application' id 'org.jetbrains.kotlin.android' id 'org.jetbrains.kotlin.plugin.serialization' version '2.1.10' - id 'com.mikepenz.aboutlibraries.plugin' version '11.5.0' + id 'com.mikepenz.aboutlibraries.plugin' version '11.6.3' } -- 2.49.1