From eb0698072c4981aa516e3b26792af6d6de7f0dcf Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 9 Aug 2024 04:55:16 +0000 Subject: [PATCH] Update plugin com.android.library to v8.5.2 --- build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle.kts b/build.gradle.kts index bee6751..7064c50 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -1,6 +1,6 @@ // Top-level build file where you can add configuration options common to all sub-projects/modules. plugins { - id("com.android.library") version "8.5.1" apply false + id("com.android.library") version "8.5.2" apply false id("org.jetbrains.kotlin.android") version "2.0.10" apply false `maven-publish` }