From 2d8f07a42f57a3388ea57fc16c76e1880d1f7ba2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 18 Jun 2026 13:40:39 +0000 Subject: [PATCH] Bump com.android.application from 9.1.0 to 9.2.1 Bumps com.android.application from 9.1.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(-) mode change 100755 => 100644 build.gradle.kts diff --git a/build.gradle.kts b/build.gradle.kts old mode 100755 new mode 100644 index bf549db..ab4ff35 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -1,7 +1,7 @@ // Top-level build file where you can add configuration options common to all sub-projects/modules. plugins { - id("com.android.application") version "9.1.0" apply false + id("com.android.application") version "9.2.1" apply false id("com.android.library") version "9.1.0" apply false id("com.google.gms.google-services") version "4.4.4" apply false id("org.jetbrains.kotlin.plugin.compose") version "2.1.0" apply false