From 34560b2da21264f52c2d6239adfeffe9a89fe020 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Sat, 31 May 2025 02:01:11 +0000 Subject: [PATCH 1/2] Update dependency com.mikepenz:aboutlibraries to v12.2.0 --- app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/build.gradle b/app/build.gradle index 1db20a8..3e07960 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:12.1.2' + implementation 'com.mikepenz:aboutlibraries:12.2.0' } \ No newline at end of file -- 2.47.2 From dbd84a91bfea5fc00d10adeeef979fca252d9c6a Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Sun, 1 Jun 2025 02:01:03 +0000 Subject: [PATCH 2/2] Update plugin com.android.library to v8.10.1 --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 88f73e6..1605873 100644 --- a/build.gradle +++ b/build.gradle @@ -1,6 +1,6 @@ // Top-level build file where you can add configuration options common to all sub-projects/modules. plugins { id 'com.android.application' version '8.10.1' apply false - id 'com.android.library' version '8.10.0' apply false + id 'com.android.library' version '8.10.1' apply false id 'org.jetbrains.kotlin.android' version '2.1.21' apply false } \ No newline at end of file -- 2.47.2