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