From 88cfdb2a1c30431a65e5dae1c8c8cd4edeba63d1 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 14 Jul 2026 10:35:33 +0000 Subject: [PATCH] fix(deps): update kotlin monorepo to v2.4.10 --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 2e2f7b7fb..165e78380 100644 --- a/build.gradle +++ b/build.gradle @@ -10,7 +10,7 @@ buildscript { ext { - kotlinVersion = '2.4.0' + kotlinVersion = '2.4.10' commonsVersion = '2.4.1' androidCommonsVersion = '1.1.1' nextcloudAndroidCommonLib = "0.33.2"