From 93df7f8b1b16da5034faa6263646c0d13728aa57 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 8 Dec 2024 02:59:31 +0000 Subject: [PATCH] Bump com.android.application from 8.7.2 to 8.7.3 Bumps com.android.application from 8.7.2 to 8.7.3. --- updated-dependencies: - dependency-name: com.android.application dependency-type: direct:production update-type: version-update:semver-patch ... 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 715c892a5..4831fff0a 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -2,7 +2,7 @@ import org.jetbrains.gradle.ext.settings import org.jetbrains.gradle.ext.taskTriggers plugins { - id("com.android.application") version "8.7.2" apply false + id("com.android.application") version "8.7.3" apply false id("com.android.library") version "8.7.2" apply false id("org.jetbrains.kotlin.android") version "2.0.21" apply false id("org.ec4j.editorconfig") version "0.1.0" apply false