From 3d12c2bc2d3ccf053dfe904dbbaf398c54510610 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Apr 2024 09:57:47 -0600 Subject: [PATCH] Bump com.android.application from 8.3.1 to 8.3.2 (#238) Bumps com.android.application from 8.3.1 to 8.3.2. --- updated-dependencies: - dependency-name: com.android.application 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 1247c1d..f069765 100644 --- a/build.gradle +++ b/build.gradle @@ -25,7 +25,7 @@ buildscript { } plugins { - id 'com.android.application' version '8.3.1' apply false + id 'com.android.application' version '8.3.2' apply false id 'com.android.library' version '8.3.1' apply false id 'org.jetbrains.kotlin.android' version '1.9.23' apply false id 'io.github.gradle-nexus.publish-plugin' version '1.3.0'