From ae0cd82c11186fe922d0465c603fa3249ff3883a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Apr 2026 16:31:16 +0000 Subject: [PATCH] Build(deps): Bump com.android.library from 9.1.0 to 9.1.1 Bumps com.android.library from 9.1.0 to 9.1.1. --- updated-dependencies: - dependency-name: com.android.library dependency-version: 9.1.1 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 48388cb851..5d48a2720c 100644 --- a/build.gradle +++ b/build.gradle @@ -159,7 +159,7 @@ buildscript { plugins { id 'com.android.application' version '9.1.1' apply false - id 'com.android.library' version '9.1.0' apply false + id 'com.android.library' version '9.1.1' apply false id 'com.google.dagger.hilt.android' version '2.59.2' apply false id "org.jetbrains.kotlin.plugin.parcelize" version "${kotlinVersion}" apply false id "de.undercouch.download" version "5.5.0" apply false