From a42588ab5c917aa5f69942fe7168044b0487179d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Jun 2025 05:43:54 +0000 Subject: [PATCH] chore(deps): bump com.mikepenz:aboutlibraries from 12.1.2 to 12.2.0 Bumps [com.mikepenz:aboutlibraries](https://github.com/mikepenz/AboutLibraries) from 12.1.2 to 12.2.0. - [Release notes](https://github.com/mikepenz/AboutLibraries/releases) - [Commits](https://github.com/mikepenz/AboutLibraries/compare/12.1.2...12.2.0) --- updated-dependencies: - dependency-name: com.mikepenz:aboutlibraries dependency-version: 12.2.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- app/build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/build.gradle.kts b/app/build.gradle.kts index 4f6db15c1..4e42edbe1 100644 --- a/app/build.gradle.kts +++ b/app/build.gradle.kts @@ -131,5 +131,5 @@ dependencies { implementation("com.github.realm:realm-android-adapters:v4.0.0") // OSS license plugin - implementation("com.mikepenz:aboutlibraries:12.1.2") + implementation("com.mikepenz:aboutlibraries:12.2.0") }