From 3b7b7933608e3c66a55fff27efcdd9479290a8ae Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 15 Jul 2026 01:13:40 +0000 Subject: [PATCH] chore(deps): 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(-) diff --git a/build.gradle.kts b/build.gradle.kts index 774f017..99188dc 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -13,7 +13,7 @@ allprojects { plugins { kotlin("multiplatform") version "2.4.0" apply false - id("com.android.application") version "9.2.1" apply false + id("com.android.application") version "9.3.0" apply false id("org.jetbrains.compose") version "1.11.1" apply false kotlin("plugin.compose") version "2.4.0" apply false }