From b8435f3bb67df185415a99367847aca1a246aadd Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 12 Jan 2025 20:38:07 +0000 Subject: [PATCH] chore(deps): update android gradle plugin to v8.8.0 --- sample-android-project/build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sample-android-project/build.gradle b/sample-android-project/build.gradle index 6818023..370bb24 100644 --- a/sample-android-project/build.gradle +++ b/sample-android-project/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.0.21' apply false }