From ed3d01d8046accb91c6b4efb8306a14712b1f74c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Apr 2024 10:02:12 -0600 Subject: [PATCH] Bump com.android.library from 8.3.1 to 8.3.2 (#237) Bumps com.android.library from 8.3.1 to 8.3.2. --- 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 f069765..76406ff 100644 --- a/build.gradle +++ b/build.gradle @@ -26,7 +26,7 @@ buildscript { plugins { id 'com.android.application' version '8.3.2' apply false - id 'com.android.library' version '8.3.1' apply false + id 'com.android.library' version '8.3.2' apply false id 'org.jetbrains.kotlin.android' version '1.9.23' apply false id 'io.github.gradle-nexus.publish-plugin' version '1.3.0' }