From acec3a91057b676a577efcba9fc0df5667c834ca Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 14 Jul 2026 14:29:54 +0000 Subject: [PATCH] Bump com.android.application from 9.2.1 to 9.3.0 Bumps com.android.application from 9.2.1 to 9.3.0. --- 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 44ffe60..ba3df83 --- 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.2.1" apply false + id("com.android.application") version "9.3.0" apply false id("com.android.library") version "9.2.1" apply false id("com.google.gms.google-services") version "4.5.0" apply false id("org.jetbrains.kotlin.plugin.compose") version "2.4.0" apply false