From 91a31da73e26ce1844c54f778a58c26673bc58a5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 7 May 2026 15:53:04 +0000 Subject: [PATCH] Changed: Bump com.android.application from 9.0.0-rc03 to 9.3.0-alpha04 Bumps com.android.application from 9.0.0-rc03 to 9.3.0-alpha04. --- updated-dependencies: - dependency-name: com.android.application dependency-version: 9.3.0-alpha04 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 d2e01075..4c6e8715 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -1,5 +1,5 @@ // Top-level build file where you can add configuration options common to all sub-projects/modules. plugins { - id("com.android.application") version "9.0.0-rc03" apply false + id("com.android.application") version "9.3.0-alpha04" apply false }