From 0a9c747c42209d3049973487e5d56af6b82fe488 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 31 Aug 2026 12:26:04 +0000 Subject: [PATCH] deps(android): bump com.android.application in /android Bumps com.android.application from 8.5.0 to 9.3.2. --- updated-dependencies: - dependency-name: com.android.application dependency-version: 9.3.2 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 47575db..b72d866 100644 --- a/android/build.gradle +++ b/android/build.gradle @@ -10,7 +10,7 @@ buildscript { } plugins { - id 'com.android.application' version '8.5.0' apply false + id 'com.android.application' version '9.3.2' apply false id 'com.android.library' version '9.3.2' apply false id 'org.jetbrains.kotlin.android' version "${kotlin_version}" apply false id 'org.jetbrains.kotlin.plugin.compose' version "${kotlin_version}" apply false