From 4433e2898caa7e3d31e3a5bf7c1efbf154af8be9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 29 Aug 2026 14:52:26 +0000 Subject: [PATCH] Bump com.android.library from 9.3.1 to 9.3.2 Bumps com.android.library from 9.3.1 to 9.3.2. --- updated-dependencies: - dependency-name: com.android.library dependency-version: 9.3.2 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 648dd28..8b43977 100644 --- a/build.gradle +++ b/build.gradle @@ -1,6 +1,6 @@ import com.android.build.api.artifact.SingleArtifact plugins { - id "com.android.library" version "9.3.1" + id "com.android.library" version "9.3.2" id "com.diffplug.spotless" version "8.10.0" } layout.buildDirectory.set(layout.projectDirectory.dir("build/android/gradle"))