Skip to content

Commit

Permalink
chore: update android api target (#1423)
Browse files Browse the repository at this point in the history
Signed-off-by: Bryce McMath <[email protected]>
  • Loading branch information
bryce-mcmath authored Sep 1, 2023
1 parent 051810e commit 720e418
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions app/android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@

buildscript {
ext {
buildToolsVersion = "31.0.0"
buildToolsVersion = "33.0.2"
minSdkVersion = 21
compileSdkVersion = 31
targetSdkVersion = 31
compileSdkVersion = 33
targetSdkVersion = 33
ndkVersion = "25.1.8937393"
// The setting `androidXBrowser` is temporary until it can be fixed in
// the npm package `react-native-inappbrowser-reborn` v3.7.0.
Expand Down

0 comments on commit 720e418

Please sign in to comment.