Skip to content

Commit d5ab7df

Browse files
authored
Merge pull request #7206 from StoDevX/android-34
android: Compile with and target Android 14 (API 34)
2 parents 943d6d7 + d35102f commit d5ab7df

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

android/build.gradle

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)