diff --git a/app/android/build.gradle b/app/android/build.gradle index 9bfa9b2a9..d22de4476 100644 --- a/app/android/build.gradle +++ b/app/android/build.gradle @@ -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.