From b05ac4d6ba8bbf54aa6fcacbbb9d80b5527bdc2b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 10 Oct 2025 22:01:36 +0000 Subject: [PATCH] Bump com.mikepenz:aboutlibraries from 11.2.3 to 13.0.0 Bumps [com.mikepenz:aboutlibraries](https://github.com/mikepenz/AboutLibraries) from 11.2.3 to 13.0.0. - [Release notes](https://github.com/mikepenz/AboutLibraries/releases) - [Commits](https://github.com/mikepenz/AboutLibraries/compare/11.2.3...13.0.0) --- updated-dependencies: - dependency-name: com.mikepenz:aboutlibraries dependency-version: 13.0.0 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 bfe00407..e80d8c91 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:13.0.0" + implementation "com.mikepenz:aboutlibraries:13.0.0" testImplementation 'junit:junit:4.13.2' androidTestImplementation 'androidx.test.ext:junit:1.2.1' androidTestImplementation 'androidx.test.espresso:espresso-core:3.6.1'