From 7a7bfc02556c647b03d1621ef597b992719aa46d Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 3 Sep 2024 09:33:45 +0200 Subject: [PATCH] chore(deps): update androidgradleplugin to v8.6.0 (#104) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- 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 a727476..99fe5ad 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -9,7 +9,7 @@ coroutine = "1.8.1" detekt = "1.23.6" mockk = "1.13.12" accompanist = "0.34.0" -androidGradlePlugin = "8.5.2" +androidGradlePlugin = "8.6.0" jacoco = "0.8.8" [libraries]