From dc0e9e6a9091c90ddab4e21387c7421e0d672d28 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 16 Jul 2026 23:15:43 +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.3.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(-) 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