From 07a657e5ef14c3b4d3aaa3b777b2103fdc687b47 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 1 Aug 2025 00:30:31 +0000 Subject: [PATCH] Bump com.android.library from 8.9.3 to 8.12.0 Bumps com.android.library from 8.9.3 to 8.12.0. --- updated-dependencies: - dependency-name: com.android.library dependency-version: 8.12.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- settings.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/settings.gradle b/settings.gradle index b086e1d..260a920 100644 --- a/settings.gradle +++ b/settings.gradle @@ -5,7 +5,7 @@ pluginManagement { mavenCentral() } plugins { - id "com.android.library" version "8.9.3" + id "com.android.library" version "8.12.0" id "com.android.application" version "8.9.3" } }