From 71ea24570f15f053e6e62dbaefc18979f6d21848 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 22 Jul 2026 22:49:08 +0000 Subject: [PATCH] build: Bump com.android.library from 8.1.2 to 9.3.0 in /android Bumps com.android.library from 8.1.2 to 9.3.0. --- updated-dependencies: - dependency-name: com.android.library dependency-version: 9.3.0 dependency-type: direct:production update-type: version-update:semver-major ... 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 27b28e0..9a37bff 100644 --- a/android/build.gradle +++ b/android/build.gradle @@ -1,5 +1,5 @@ // Top-level build file where you can add configuration options common to all sub-projects/modules. plugins { id 'com.android.application' version '8.1.2' apply false - id 'com.android.library' version '8.1.2' apply false + id 'com.android.library' version '9.3.0' apply false }