From 5f2175995c61d14f53d8cdcb7ed5eb8182fa3089 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 7 Oct 2024 07:21:53 +0000 Subject: [PATCH] build(deps): bump com.android.library from 8.6.0 to 8.7.0 Bumps com.android.library from 8.6.0 to 8.7.0. --- updated-dependencies: - dependency-name: com.android.library 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 c3bc6f44e..33b12e2e2 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -20,7 +20,7 @@ plugins { kotlin("plugin.serialization") version kotlinVersion apply false - id("com.android.library") version "8.6.0" apply false + id("com.android.library") version "8.7.0" apply false id("com.android.application") version "8.6.0" apply false id("com.github.ben-manes.versions") version "0.51.0" apply false