From 57c48b2aaf1c193b2e6279a76eaf961de9e57b17 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 25 Aug 2026 04:03:18 +0000 Subject: [PATCH] chore(deps)(deps): bump com.android.application in /android Bumps com.android.application from 9.2.1 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-minor ... Signed-off-by: dependabot[bot] --- android/build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/android/build.gradle.kts b/android/build.gradle.kts index e54c56bd..1b16c6ca 100644 --- a/android/build.gradle.kts +++ b/android/build.gradle.kts @@ -10,7 +10,7 @@ // Kotlin itself. The Compose compiler plugin is still a separate, explicitly // versioned plugin (kept below, bumped to a Kotlin matching AGP 9.2's bundled KGP). plugins { - id("com.android.application") version "9.2.1" apply false + id("com.android.application") version "9.3.2" apply false // v1.8.8 "Atlas" (Workstream J): the Macrobenchmark `:baselineprofile` module is // a `com.android.test` module — declare that plugin id here so it resolves for // the new module (it shares AGP's 9.2.1 version coordinate).