From 55828d689c21f47a0885849bd289dad2b53e5ba6 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 15 Nov 2025 18:57:36 +0000 Subject: [PATCH] Update dependency org.jetbrains.kotlin:kotlin-gradle-plugin to v1.9.25 --- android/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/android/build.gradle b/android/build.gradle index 730ab4fde7..df2195eccf 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 = '1.9.25' // 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