We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 043fa05 commit 254a184Copy full SHA for 254a184
android/build.gradle
@@ -6,7 +6,7 @@ buildscript {
6
minSdkVersion = 21
7
compileSdkVersion = 34
8
targetSdkVersion = 34
9
- kotlinVersion = '1.6.10'
+ kotlinVersion = '2.1.21'
10
// react-native-inappbrowser-reborn was using a 1.+ which pulled in an alpha which is very bad
11
// - we will want to upgrade to 1.5.0 when we support minsdk 33
12
// - we can delete this when inappbrowser-reborn changes their build script to avoid this pattern
0 commit comments