From 49c06ed66a64677d162e00e260302816d3aa1f73 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 21 Apr 2025 20:29:34 +0000 Subject: [PATCH] chore(deps): update plugin com.android.library to v8.9.2 --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index f7ab166b..7dd5aab1 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.1.20' apply false - id 'com.android.library' version '8.9.1' apply false + id 'com.android.library' version '8.9.2' 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.0.3" apply false