From 9bc2a71cd9e53379b33bf79b601aacda0fb1c3a5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 21 Oct 2024 10:08:11 +0100 Subject: [PATCH] chore(deps): bump com.android.application from 8.7.0 to 8.7.1 (#615) Bumps com.android.application from 8.7.0 to 8.7.1. --- updated-dependencies: - dependency-name: com.android.application dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle.kts b/build.gradle.kts index b03fe3d3e..f445aed38 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -13,7 +13,7 @@ buildscript { } plugins { - id("com.android.application") version "8.7.0" apply false + id("com.android.application") version "8.7.1" apply false id("com.android.library") version "8.7.0" apply false id("org.jetbrains.kotlin.android") version "1.8.10" apply false }