From 4850f8777b9a1b751c65b96d9f5fcab3a5854467 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 22 Jul 2026 22:49:10 +0000 Subject: [PATCH] build: Bump com.android.application from 8.1.2 to 9.3.0 in /android Bumps com.android.application from 8.1.2 to 9.3.0. --- updated-dependencies: - dependency-name: com.android.application 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..5410760 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.application' version '9.3.0' apply false id 'com.android.library' version '8.1.2' apply false }