From dc40910818f1c6959f313fe64fb660bf984374d8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 2 Sep 2026 07:05:53 +0000 Subject: [PATCH] chore(deps): bump com.android.application from 9.3.2 to 9.4.0 Bumps com.android.application from 9.3.2 to 9.4.0. --- updated-dependencies: - dependency-name: com.android.application dependency-version: 9.4.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 18353c3..ff32c76 100644 --- a/build.gradle +++ b/build.gradle @@ -1,7 +1,7 @@ // Top-level build file where you can add configuration options common to all sub-projects/modules. plugins { - id 'com.android.application' version '9.3.2' apply false + id 'com.android.application' version '9.4.0' apply false id 'com.android.library' version '9.3.2' apply false id 'org.jetbrains.kotlin.plugin.compose' version '2.4.10' apply false id 'com.google.devtools.ksp' version '2.3.11' apply false