From 997bb1437c3a8576eebd0323176b58645ace2ae3 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 5 Feb 2026 09:15:32 +0000 Subject: [PATCH] Update plugin org.jetbrains.kotlin.android to v2.3.10 --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 627ce62..5158cdc 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.3.10' apply false } task clean(type: Delete) {