From 3462e47c21405c30e422dc96c1cf2c9f0ed27c7f Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 13 Feb 2026 17:52:22 +0000 Subject: [PATCH] Update plugin com.android.library to v9 --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 627ce62..c13479e 100644 --- a/build.gradle +++ b/build.gradle @@ -1,6 +1,6 @@ // Top-level build file using plugins DSL plugins { - id 'com.android.library' version '8.11.0' apply false + id 'com.android.library' version '9.0.1' apply false id 'org.jetbrains.kotlin.android' version '2.2.0' apply false }