From f62f8e4a88108192428cb171d871b5b494ccfae1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 28 Apr 2026 06:11:42 +0000 Subject: [PATCH] chore(deps): bump com.android.application from 9.0.0 to 9.2.0 Bumps com.android.application from 9.0.0 to 9.2.0. --- updated-dependencies: - dependency-name: com.android.application dependency-version: 9.2.0 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..dc4eac4 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.0" apply false id("org.jetbrains.kotlin.android") version "2.1.10" apply false id("dev.detekt") version "2.0.0-alpha.2" apply false }