From 708e94a4fad57049f3518607f5d329225d924ea8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Oct 2025 22:01:32 +0000 Subject: [PATCH] Bump com.mikepenz:aboutlibraries from 11.2.3 to 12.2.4 Bumps [com.mikepenz:aboutlibraries](https://github.com/mikepenz/AboutLibraries) from 11.2.3 to 12.2.4. - [Release notes](https://github.com/mikepenz/AboutLibraries/releases) - [Commits](https://github.com/mikepenz/AboutLibraries/compare/11.2.3...12.2.4) --- updated-dependencies: - dependency-name: com.mikepenz:aboutlibraries dependency-version: 12.2.4 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- app/build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/build.gradle b/app/build.gradle index bfe004076..63dc9e8ae 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -68,8 +68,8 @@ dependencies { implementation 'androidx.webkit:webkit:1.14.0' implementation 'com.google.android.material:material:1.13.0' implementation 'org.jsoup:jsoup:1.18.1' - implementation "com.mikepenz:aboutlibraries-core:11.2.3" - implementation "com.mikepenz:aboutlibraries:11.2.3" + implementation "com.mikepenz:aboutlibraries-core:12.2.4" + implementation "com.mikepenz:aboutlibraries:12.2.4" testImplementation 'junit:junit:4.13.2' androidTestImplementation 'androidx.test.ext:junit:1.2.1' androidTestImplementation 'androidx.test.espresso:espresso-core:3.6.1'