Bump Android SDK to 33

This commit is contained in:
Reckless_Satoshi 2023-05-26 10:29:35 -07:00
parent d83da82629
commit 22d226e44e
No known key found for this signature in database
GPG Key ID: 9C4585B561315571

View File

@ -4,10 +4,10 @@ import org.apache.tools.ant.taskdefs.condition.Os
buildscript { buildscript {
ext { ext {
buildToolsVersion = "31.0.0" buildToolsVersion = "33.0.0"
minSdkVersion = 26 minSdkVersion = 26
compileSdkVersion = 31 compileSdkVersion = 33
targetSdkVersion = 31 targetSdkVersion = 33
kotlin_version = "1.8.21" kotlin_version = "1.8.21"
kotlinVersion = "1.8.21" //for react-native-tor kotlinVersion = "1.8.21" //for react-native-tor