From 28fb598b7b5c9a645bc4910074b10506ebad24f6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 26 Apr 2026 20:42:16 +0000 Subject: [PATCH] Bump com.android.application from 9.1.1 to 9.2.0 Bumps com.android.application from 9.1.1 to 9.2.0. --- updated-dependencies: - dependency-name: com.android.application dependency-version: 9.2.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 fd5e64367..dcb279a9b 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.1.1" apply false + id("com.android.application") version "9.2.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.3.21" apply false