From ccf3a55620dfe5cd51889460f95a4a9e202a45c2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Jan 2024 12:44:32 -0700 Subject: [PATCH] Bump com.android.library from 8.2.0 to 8.2.1 (#181) Bumps com.android.library from 8.2.0 to 8.2.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 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 843a56d..3ffce66 100644 --- a/build.gradle +++ b/build.gradle @@ -26,7 +26,7 @@ buildscript { plugins { id 'com.android.application' version '8.2.0' apply false - id 'com.android.library' version '8.2.0' apply false + id 'com.android.library' version '8.2.1' apply false id 'org.jetbrains.kotlin.android' version '1.9.0' apply false id 'io.github.gradle-nexus.publish-plugin' version '1.3.0' }