From 9fdcc16e4fd08136ae6b65f3775810b46bfa1820 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 28 Jan 2025 10:42:16 +0000 Subject: [PATCH] Update dependency org.jetbrains.kotlin:kotlin-gradle-plugin to v2 --- android/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/android/build.gradle b/android/build.gradle index 730ab4fde7..0053694407 100644 --- a/android/build.gradle +++ b/android/build.gradle @@ -6,7 +6,7 @@ buildscript { minSdkVersion = 21 compileSdkVersion = 34 targetSdkVersion = 34 - kotlinVersion = '1.6.10' + kotlinVersion = '2.1.10' // react-native-inappbrowser-reborn was using a 1.+ which pulled in an alpha which is very bad // - we will want to upgrade to 1.5.0 when we support minsdk 33 // - we can delete this when inappbrowser-reborn changes their build script to avoid this pattern