From c674f70ba4fca93d13e22a3c458a9bae0ffd4508 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 14 Oct 2024 18:39:16 +0000 Subject: [PATCH] Update plugin com.android.library to v8.7.1 --- settings.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/settings.gradle.kts b/settings.gradle.kts index 0af74e8..0ead743 100644 --- a/settings.gradle.kts +++ b/settings.gradle.kts @@ -19,7 +19,7 @@ pluginManagement { plugins { val kotlinVersion = "2.0.21" - val agpVersion = "8.7.0" + val agpVersion = "8.7.1" val composeVersion = "1.7.0+build1877-release-1.7" kotlin("jvm").version(kotlinVersion)