From 03a540ceec2f540a92528766b0c05a1c5a0e7879 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Sep 2024 07:16:18 +0100 Subject: [PATCH] chore(deps): bump com.android.library from 8.6.0 to 8.6.1 (#590) Bumps com.android.library from 8.6.0 to 8.6.1. --- updated-dependencies: - dependency-name: com.android.library 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 c0ff6ddb..77ba3e9a 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -14,7 +14,7 @@ buildscript { plugins { id("com.android.application") version "8.6.0" apply false - id("com.android.library") version "8.6.0" apply false + id("com.android.library") version "8.6.1" apply false id("org.jetbrains.kotlin.android") version "1.8.10" apply false }