From 5ba8b09045944a1cc88cee27a0bad3e3d094edee Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 19 Jul 2026 20:05:55 +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(-) diff --git a/build.gradle.kts b/build.gradle.kts index b5af863ae..cd7323885 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -7,7 +7,7 @@ apply(from = "$rootDir/ext.gradle.kts") plugins { - id("com.android.application") version "9.2.1" apply false + id("com.android.application") version "9.3.0" apply false id("androidx.navigation.safeargs.kotlin") version "2.9.8" apply false id("com.starter.easylauncher") version "6.4.1" apply false id("org.jetbrains.kotlin.plugin.parcelize") version "2.4.0" apply false