From d00271d5c48671b77c687bfe6e1361282655260c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 11 Aug 2026 20:11:58 +0000 Subject: [PATCH] deps(android): bump com.android.library from 9.2.1 to 9.3.1 in /android Bumps com.android.library from 9.2.1 to 9.3.1. --- updated-dependencies: - dependency-name: com.android.library dependency-version: 9.3.1 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- android/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/android/build.gradle b/android/build.gradle index 6fe4c5e..4b6bb83 100644 --- a/android/build.gradle +++ b/android/build.gradle @@ -11,7 +11,7 @@ buildscript { plugins { id 'com.android.application' version '8.5.0' apply false - id 'com.android.library' version '9.2.1' apply false + id 'com.android.library' version '9.3.1' apply false id 'org.jetbrains.kotlin.android' version "${kotlin_version}" apply false id 'org.jetbrains.kotlin.plugin.compose' version "${kotlin_version}" apply false id 'com.google.devtools.ksp' version '2.3.11' apply false