From 4855b1ae38d254fc56fae582556ae4c24df5cc29 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 15 Jul 2025 17:32:19 +0000 Subject: [PATCH] Update plugin com.gradle.develocity to v4.1 --- settings.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/settings.gradle b/settings.gradle index d28492ce..1fc5400d 100644 --- a/settings.gradle +++ b/settings.gradle @@ -7,7 +7,7 @@ pluginManagement { } plugins { - id "com.gradle.develocity" version "4.0" + id "com.gradle.develocity" version "4.1" } include ':android-library-no-tests'