From bd394ea1d21262f49261b283a966f0bb26a59a16 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Jan 2025 08:59:13 -0800 Subject: [PATCH] Bump com.android.library from 8.7.3 to 8.8.0 (#104) Bumps com.android.library from 8.7.3 to 8.8.0. --- updated-dependencies: - dependency-name: com.android.library dependency-type: direct:production update-type: version-update:semver-minor ... 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 b95cb21..af73218 100644 --- a/build.gradle +++ b/build.gradle @@ -5,7 +5,7 @@ // Top-level build file where you can add configuration options common to all sub-projects/modules. plugins { id 'com.android.application' version '8.8.0' apply false - id 'com.android.library' version '8.7.3' apply false + id 'com.android.library' version '8.8.0' apply false id 'org.jetbrains.kotlin.android' version '2.1.0' apply false id 'io.github.gradle-nexus.publish-plugin' version '2.0.0' }