From 9baa07e2ede2285df1412eebda337c070a784e13 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 1 May 2026 22:34:07 +0000 Subject: [PATCH] Bump com.mikepenz.aboutlibraries.plugin from 13.2.1 to 14.1.0 Bumps com.mikepenz.aboutlibraries.plugin from 13.2.1 to 14.1.0. --- updated-dependencies: - dependency-name: com.mikepenz.aboutlibraries.plugin dependency-version: 14.1.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle.kts b/build.gradle.kts index f953f31..5dd88e6 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -29,6 +29,6 @@ plugins { alias(libs.plugins.kotlin.android) apply false id("com.google.dagger.hilt.android") version "2.57.1" apply false id("com.google.devtools.ksp") version "2.3.5" apply false - id("com.mikepenz.aboutlibraries.plugin") version "13.2.1" apply false + id("com.mikepenz.aboutlibraries.plugin") version "14.1.0" apply false }