From 5853e19494b6d4b575dcea9218aa0aa07c6c3485 Mon Sep 17 00:00:00 2001 From: "descope[bot]" <107609351+descope[bot]@users.noreply.github.com> Date: Wed, 6 Nov 2024 15:33:33 +0000 Subject: [PATCH] chore(deps): update plugin com.android.library to v8.7.1 --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 396a3b98..e768db0f 100644 --- a/build.gradle +++ b/build.gradle @@ -1,7 +1,7 @@ // Top-level build file where you can add configuration options common to all sub-projects/modules. plugins { id "io.github.gradle-nexus.publish-plugin" version "1.3.0" - id "com.android.library" version "8.5.2" apply false + id "com.android.library" version "8.7.1" apply false id "org.jetbrains.kotlin.android" version "1.9.25" apply false }