Skip to content

Commit

Permalink
android: Compile with and target Android 14 (API 34)
Browse files Browse the repository at this point in the history
Signed-off-by: Kristofer Rye <[email protected]>
  • Loading branch information
rye committed Sep 7, 2024
1 parent 943d6d7 commit 8d71569
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ buildscript {
ext {
buildToolsVersion = "33.0.0"
minSdkVersion = 21
compileSdkVersion = 33
targetSdkVersion = 33
compileSdkVersion = 34
targetSdkVersion = 34
kotlinVersion = '1.6.10'
// react-native-inappbrowser-reborn was using a 1.+ which pulled in an alpha which is very bad
// - we will want to upgrade to 1.5.0 when we support minsdk 33
Expand Down

0 comments on commit 8d71569

Please sign in to comment.