From 1033824d115dd0b5072ff6eb1fceff6c14936910 Mon Sep 17 00:00:00 2001 From: "dd-octo-sts[bot]" <200755185+dd-octo-sts[bot]@users.noreply.github.com> Date: Wed, 22 Apr 2026 14:03:55 +0000 Subject: [PATCH] chore(deps): update plugin org.jetbrains.kotlin.android to v2 --- android-app-with-rn/android/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/android-app-with-rn/android/build.gradle b/android-app-with-rn/android/build.gradle index 06a3a5b..37d6dc4 100644 --- a/android-app-with-rn/android/build.gradle +++ b/android-app-with-rn/android/build.gradle @@ -22,5 +22,5 @@ buildscript { plugins { id 'com.android.application' version '7.3.0' apply false id 'com.android.library' version '7.3.0' apply false - id 'org.jetbrains.kotlin.android' version '1.8.22' apply false + id 'org.jetbrains.kotlin.android' version '2.3.20' apply false }