From 38f22c49c01cebbaae875f61417498fc43268320 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 13 Oct 2025 14:42:17 +0000 Subject: [PATCH] Update plugin com.gradle.develocity to v4.2.2 --- settings.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/settings.gradle b/settings.gradle index 110cffb3..d485de62 100644 --- a/settings.gradle +++ b/settings.gradle @@ -7,7 +7,7 @@ pluginManagement { } plugins { - id "com.gradle.develocity" version "4.1.1" + id "com.gradle.develocity" version "4.2.2" } include ':android-library-no-tests'