From 554569634cba01184e33bc91e40143b96a1a6e2f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Apr 2024 13:38:58 -0600 Subject: [PATCH] chore(deps): bump com.android.library from 8.3.1 to 8.3.2 in /android (#788) 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> --- android/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/android/build.gradle b/android/build.gradle index aad7753b..147a351a 100644 --- a/android/build.gradle +++ b/android/build.gradle @@ -16,7 +16,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' }