From a1b546964c9f9b127691e402cf9df53fb1fdabc3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 14 Jul 2026 14:29:56 +0000 Subject: [PATCH] Bump com.android.library from 9.2.1 to 9.3.0 Bumps com.android.library from 9.2.1 to 9.3.0. --- updated-dependencies: - dependency-name: com.android.library 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..7f1317e --- a/build.gradle.kts +++ b/build.gradle.kts @@ -2,7 +2,7 @@ plugins { id("com.android.application") version "9.2.1" apply false - id("com.android.library") version "9.2.1" apply false + id("com.android.library") version "9.3.0" 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 id("org.jetbrains.kotlin.plugin.parcelize") version "2.4.0" apply false