From b51df8319fb3b64c2613fb7b7cb1dc86e7443dd2 Mon Sep 17 00:00:00 2001 From: "descope[bot]" <107609351+descope[bot]@users.noreply.github.com> Date: Mon, 23 Dec 2024 17:55:55 +0000 Subject: [PATCH] chore(deps): update plugin com.android.library to v8.7.3 --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 396a3b98..dddb18e1 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.3" apply false id "org.jetbrains.kotlin.android" version "1.9.25" apply false }