From 36e23ace90320f03255fbbeed04d162add34a20e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 6 Sep 2026 13:47:11 +0000 Subject: [PATCH] deps: bump com.android.application from 8.11.1 to 8.13.2 in /android Bumps com.android.application from 8.11.1 to 8.13.2. --- updated-dependencies: - dependency-name: com.android.application dependency-version: 8.13.2 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- android/settings.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/android/settings.gradle.kts b/android/settings.gradle.kts index 383a69d..8a35ca7 100644 --- a/android/settings.gradle.kts +++ b/android/settings.gradle.kts @@ -26,7 +26,7 @@ plugins { // `kotlinOptions` DSL that Flutter plugins still emit. Holding // these at the last known-good combo until the ecosystem migrates. // Dependabot is configured to skip these bumps — see .github/dependabot.yml. - id("com.android.application") version "8.11.1" apply false + id("com.android.application") version "8.13.2" apply false id("org.jetbrains.kotlin.android") version "2.2.21" apply false // Protobuf codegen — pulls protoc as a managed artifact from Maven so // a system-wide protoc install isn't required.