From 477146305a17dfe0f113c8614cfecb761cc8714d Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 31 Oct 2024 23:03:42 +0000 Subject: [PATCH] Update androidGradlePlugin to v8.7.2 --- 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 4fad566b..dd24c1d2 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.1" +androidGradlePlugin = "8.7.2" androidxActivity = "1.9.3" androidxMaterial = "1.12.0" androidxComposeBom = "2024.10.01"