From e8f20f04add8e946b920c8bae469dbc395effb65 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 2 Sep 2024 01:32:47 +0000 Subject: [PATCH] Update plugin com.android.library to v8.6.0 --- build.gradle | 2 +- settings.gradle | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/build.gradle b/build.gradle index 80bd75ab2..0f85eaf21 100644 --- a/build.gradle +++ b/build.gradle @@ -8,7 +8,7 @@ buildscript { plugins { id 'com.android.application' version '8.6.0' apply false - id 'com.android.library' version '8.5.2' apply false + id 'com.android.library' version '8.6.0' apply false id 'org.jetbrains.kotlin.android' version '2.0.20' apply false id 'org.jetbrains.kotlin.plugin.compose' version "2.0.20" apply false id 'org.jmailen.kotlinter' version "4.4.1" apply false diff --git a/settings.gradle b/settings.gradle index cce0dd08f..93398338d 100644 --- a/settings.gradle +++ b/settings.gradle @@ -6,7 +6,7 @@ pluginManagement { } plugins { id 'com.android.application' version '8.6.0' - id 'com.android.library' version '8.5.2' + id 'com.android.library' version '8.6.0' id 'org.jetbrains.kotlin.android' version '2.0.20' } }