From 18fb9804198e7524d4cd368d9b5c2797e72ab30d Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 7 Sep 2026 11:27:11 +0000 Subject: [PATCH] Update plugin org.jetbrains.kotlin.android to v2.4.20 --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 9c19b54..d2ac46d 100644 --- a/build.gradle +++ b/build.gradle @@ -1,7 +1,7 @@ // Top-level build file using plugins DSL plugins { id 'com.android.library' version '8.11.0' apply false - id 'org.jetbrains.kotlin.android' version '2.2.0' apply false + id 'org.jetbrains.kotlin.android' version '2.4.20' apply false } tasks.register('clean', Delete) {