From 961a1fabb73f2dcbed0ff186af4da5dc1e3958f5 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 14 Jul 2026 16:48:23 +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 9c19b54..5e19c52 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.3.0' apply false id 'org.jetbrains.kotlin.android' version '2.2.0' apply false }