From b40397c6332bbfcbfc8a333d202990e2e8acaf27 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 8 Sep 2025 12:55:05 +0000 Subject: [PATCH] Update plugin com.android.library to v8.13.0 --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 627ce62..31c17db 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.13.0' apply false id 'org.jetbrains.kotlin.android' version '2.2.0' apply false }