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 c23e9c0 commit 6775ff6Copy full SHA for 6775ff6
android/build.gradle
@@ -6,7 +6,7 @@ buildscript {
6
minSdkVersion = 21
7
compileSdkVersion = 33
8
targetSdkVersion = 33
9
- kotlinVersion = '1.6.10'
+ kotlinVersion = '1.9.24'
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