Skip to content

Commit 21ce16c

Browse files
Update dependency org.jetbrains.kotlin:kotlin-gradle-plugin to v1.9.22
1 parent 04f46eb commit 21ce16c

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 = 33
88
targetSdkVersion = 33
9-
kotlinVersion = '1.6.10'
9+
kotlinVersion = '1.9.22'
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)