From 6fee471dec2c28dad5b6cb997ecb4ee86b8d5c73 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Tue, 28 Jan 2025 02:05:47 +0000 Subject: [PATCH] Update plugin org.jetbrains.kotlin.android to v2.1.10 --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 3facd94..bbe57de 100644 --- a/build.gradle +++ b/build.gradle @@ -3,6 +3,6 @@ plugins { id 'com.android.application' version '8.8.0' apply false id 'com.android.library' version '8.8.0' apply false - id 'org.jetbrains.kotlin.android' version '2.1.0' apply false + id 'org.jetbrains.kotlin.android' version '2.1.10' apply false id 'com.autonomousapps.dependency-analysis' version '2.7.0' apply true } \ No newline at end of file