From 9b0fbdc05752621c2a8e419120943c9aeb73c2bc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 31 Jul 2025 17:15:00 +0000 Subject: [PATCH] Build(deps): Bump com.android.application from 8.11.1 to 8.12.0 Bumps com.android.application from 8.11.1 to 8.12.0. --- updated-dependencies: - dependency-name: com.android.application dependency-version: 8.12.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 c7bd202..a35f914 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -1,5 +1,5 @@ plugins { - id("com.android.application") version "8.11.1" apply false + id("com.android.application") version "8.12.0" apply false id("com.android.library") version "8.11.1" apply false id("org.jetbrains.kotlin.android") version "2.2.0" apply false id("org.jetbrains.kotlin.plugin.compose") version "2.2.0" apply false