From 45e208e7a95717ce3b63dfa7444a05f95c7adc12 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 4 Mar 2026 06:35:34 +0000 Subject: [PATCH] Update plugin com.android.library to v9.1.0 --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index a10f124..43bff13 100644 --- a/build.gradle +++ b/build.gradle @@ -2,7 +2,7 @@ plugins { id 'com.android.application' version '9.1.0' apply false - id 'com.android.library' version '9.0.1' apply false + id 'com.android.library' version '9.1.0' apply false id 'org.jetbrains.kotlin.android' version "2.3.10" apply false }