From 85102fb5317ea57b11667a1cb4686786db2825dc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 22 Sep 2024 01:35:13 +0000 Subject: [PATCH] Bump com.android.library from 8.6.0 to 8.6.1 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] --- build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle.kts b/build.gradle.kts index 6f088dd6b..91b1f33da 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -3,7 +3,7 @@ import org.jetbrains.gradle.ext.taskTriggers 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 "2.0.20" apply false id("org.ec4j.editorconfig") version "0.1.0" apply false id("org.jetbrains.gradle.plugin.idea-ext") version "1.1.8" apply true