From 7725672ab084c5169b2a4cfceaf4a4d819ce1b89 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 14 Oct 2024 20:39:36 +0000 Subject: [PATCH] Update androidGradlePlugin to v8.7.1 --- gradle/libs.versions.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index 8a1c82dc..11eda234 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -5,7 +5,7 @@ jvmTarget = "11" nexusPlugin = "0.29.0" kotlinxCoroutines = "1.9.0" kotlinBinaryCompatibility = "0.16.3" -androidGradlePlugin = "8.7.0" +androidGradlePlugin = "8.7.1" androidxActivity = "1.9.2" androidxMaterial = "1.12.0" androidxComposeBom = "2024.09.03"