From f204bad3cd517e84a70d9603a32d0d7ab8144300 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 1 Feb 2025 16:31:59 +0000 Subject: [PATCH] Bump the android-gradle-plugins group with 2 updates Bumps the android-gradle-plugins group with 2 updates: com.android.application and com.android.library. Updates `com.android.application` from 8.7.3 to 8.8.0 Updates `com.android.library` from 8.7.3 to 8.8.0 --- updated-dependencies: - dependency-name: com.android.application dependency-type: direct:production update-type: version-update:semver-minor dependency-group: android-gradle-plugins - dependency-name: com.android.library dependency-type: direct:production update-type: version-update:semver-minor dependency-group: android-gradle-plugins ... Signed-off-by: dependabot[bot] --- build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build.gradle b/build.gradle index 719b2cd8..7e14e686 100644 --- a/build.gradle +++ b/build.gradle @@ -1,7 +1,7 @@ // Top-level build file where you can add configuration options common to all sub-projects/modules. plugins { - id 'com.android.application' version '8.7.3' apply false - id 'com.android.library' version '8.7.3' apply false + id 'com.android.application' version '8.8.0' apply false + id 'com.android.library' version '8.8.0' apply false id 'org.jetbrains.kotlin.android' version '2.1.0' apply false id 'org.jetbrains.kotlin.plugin.compose' version '2.1.0' apply false id 'com.google.devtools.ksp' version '2.1.0-1.0.29' apply false