From 78ce136835406221ffc0dfa4a405527bc03b2c79 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 31 Oct 2024 20:36:41 +0000 Subject: [PATCH] Update plugin com.android.library to v8.7.2 --- Android/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Android/build.gradle b/Android/build.gradle index 8a48eeb7..81c64db1 100644 --- a/Android/build.gradle +++ b/Android/build.gradle @@ -11,7 +11,7 @@ buildscript { plugins { id 'com.android.application' version '8.7.1' apply false - id 'com.android.library' version '8.7.1' apply false + id 'com.android.library' version '8.7.2' apply false id 'org.jetbrains.kotlin.android' version '2.0.21' apply false }