From 64d4b7a1eff7b116eba8d2407c7a55e8ac0a60a1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 21 Apr 2026 17:44:13 +0000 Subject: [PATCH] Build(deps): Bump com.android.application from 9.1.1 to 9.2.0 Bumps com.android.application from 9.1.1 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 8799990..7c12875 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -1,5 +1,5 @@ plugins { - id("com.android.application") version "9.1.1" apply false + id("com.android.application") version "9.2.0" apply false id("com.android.library") version "9.1.1" apply false id("org.jetbrains.kotlin.android") version "2.3.20" apply false id("org.jetbrains.kotlin.plugin.compose") version "2.3.20" apply false