From 274c762f5a75c879eeaf775aed939a33cbefe3ef Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 12 May 2026 11:14:05 +0000 Subject: [PATCH] chore(deps): bump com.android.application from 9.0.0 to 9.2.1 Bumps com.android.application from 9.0.0 to 9.2.1. --- updated-dependencies: - dependency-name: com.android.application dependency-version: 9.2.1 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle.kts b/build.gradle.kts index 47cf3ad..3d90451 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -1,6 +1,6 @@ // Top-level build file plugins { - id("com.android.application") version "9.0.0" apply false + id("com.android.application") version "9.2.1" apply false id("org.jetbrains.kotlin.android") version "2.1.10" apply false id("dev.detekt") version "2.0.0-alpha.2" apply false }