From 7a9298567c507a269422fce41df92b6880ed6633 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 10 Jul 2025 21:56:48 +0000 Subject: [PATCH] Update plugin com.android.library to v8.11.1 --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 627ce62..7419b1f 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 '8.11.1' apply false id 'org.jetbrains.kotlin.android' version '2.2.0' apply false }