From 23b47df111901bbffdc0ea9c73ba73a769bc8953 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Thu, 8 May 2025 02:01:04 +0000 Subject: [PATCH 1/3] Update dependency com.mikepenz:aboutlibraries to v12.1.2 --- app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/build.gradle b/app/build.gradle index 9a4cc4e..c9bf426 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.0' + implementation 'com.mikepenz:aboutlibraries:12.1.2' } \ No newline at end of file -- 2.47.2 From ca6d74b58190778ef73d4f4b1183cf9027eeda75 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Sat, 10 May 2025 02:01:42 +0000 Subject: [PATCH 2/3] Update plugin com.mikepenz.aboutlibraries.plugin to v12.1.2 --- app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/build.gradle b/app/build.gradle index c9bf426..bcda1df 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.20' - id 'com.mikepenz.aboutlibraries.plugin' version '12.1.0' + id 'com.mikepenz.aboutlibraries.plugin' version '12.1.2' } -- 2.47.2 From e13517317f38e8abc35b7c40d4131361fde30f13 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Sun, 11 May 2025 02:01:25 +0000 Subject: [PATCH 3/3] Update plugin com.android.application to v8.10.0 --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 9ece0f5..03d9439 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.9.2' apply false + id 'com.android.application' version '8.10.0' apply false id 'com.android.library' version '8.9.2' apply false id 'org.jetbrains.kotlin.android' version '2.1.20' apply false } \ No newline at end of file -- 2.47.2