File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -4,13 +4,13 @@ buildscript {
44 ext {
55 buildToolsVersion = " 33.0.0"
66 minSdkVersion = 21
7- compileSdkVersion = 33
8- targetSdkVersion = 33
7+ compileSdkVersion = 34
8+ targetSdkVersion = 34
99 kotlinVersion = ' 1.6.10'
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
13- // but until then, we'll keep it pinned since a future alpha release could cause this problem.
13+ // but until then, we'll keep it pinned since a future alpha release could cause this problem.
1414 androidXBrowser = " 1.4.0"
1515 // react-native-inappbrowser-reborn installs [email protected] which has a dependency on 1616 // kotlin-stdlib:1.8.0. By default, gradle is using the higher version of this lib in the project
You can’t perform that action at this time.
0 commit comments