From 94642047fb41b664196bf62a9cc354add4c35115 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Sun, 11 Aug 2024 00:06:35 +0000 Subject: [PATCH] Update plugin org.jetbrains.kotlin.android to v2.0.10 --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index f1ce282..0f7510b 100644 --- a/build.gradle +++ b/build.gradle @@ -3,6 +3,6 @@ plugins { id 'com.android.application' version '8.5.2' apply false id 'com.android.library' version '8.5.2' apply false - id 'org.jetbrains.kotlin.android' version '2.0.0' apply false + id 'org.jetbrains.kotlin.android' version '2.0.10' apply false id 'com.autonomousapps.dependency-analysis' version '1.33.0' apply true } \ No newline at end of file