From 1840ec3a78333c8b1cb8bd775a8e76208de07398 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Sat, 25 May 2024 13:47:11 +0000 Subject: [PATCH] Update plugin org.jetbrains.kotlin.android to v2 --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index a8dfaae..289d84a 100644 --- a/build.gradle +++ b/build.gradle @@ -3,6 +3,6 @@ plugins { id 'com.android.application' version '8.4.1' apply false id 'com.android.library' version '8.4.1' apply false - id 'org.jetbrains.kotlin.android' version '1.9.24' apply false + id 'org.jetbrains.kotlin.android' version '2.0.0' apply false id 'com.autonomousapps.dependency-analysis' version '1.32.0' apply true } \ No newline at end of file -- 2.47.1