From 152e43d73d341ce076875bf39bcf5e9a3a17cb8e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 10 Jul 2025 22:08:37 +0000 Subject: [PATCH] chore(deps): update plugin com.android.library to v8.11.1 Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index f6c7dc84..b5f27b68 100644 --- a/build.gradle +++ b/build.gradle @@ -15,7 +15,7 @@ buildscript { // Top-level build file where you can add configuration options common to all sub-projects/modules. plugins { id 'org.jetbrains.kotlin.plugin.compose' version '2.2.0' apply false - id 'com.android.library' version '8.11.0' apply false + id 'com.android.library' version '8.11.1' apply false id 'org.jetbrains.kotlin.android' version "$kotlinVersion" apply false id "org.jetbrains.kotlin.kapt" version "$kotlinVersion" apply false id "com.diffplug.spotless" version "7.1.0" apply false