Skip to content

Commit 76c87c9

Browse files
Update dependency org.jetbrains.kotlin:kotlin-gradle-plugin to v1.9.25
1 parent 870a13d commit 76c87c9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

android/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ buildscript {
66
minSdkVersion = 21
77
compileSdkVersion = 34
88
targetSdkVersion = 34
9-
kotlinVersion = '1.6.10'
9+
kotlinVersion = '1.9.25'
1010
// react-native-inappbrowser-reborn was using a 1.+ which pulled in an alpha which is very bad
1111
// - we will want to upgrade to 1.5.0 when we support minsdk 33
1212
// - we can delete this when inappbrowser-reborn changes their build script to avoid this pattern

0 commit comments

Comments
 (0)