diff --git a/android/build.gradle b/android/build.gradle index 624cedd6..66b5d959 100644 --- a/android/build.gradle +++ b/android/build.gradle @@ -5,10 +5,10 @@ import org.apache.tools.ant.taskdefs.condition.Os buildscript { ext { kotlinVersion = "1.9.0" - buildToolsVersion = "31.0.0" + buildToolsVersion = "34.0.0" minSdkVersion = 21 - compileSdkVersion = 33 - targetSdkVersion = 33 + compileSdkVersion = 34 + targetSdkVersion = 34 if (System.properties['os.arch'] == "aarch64") { // For M1 Users we need to use the NDK 24 which added support for aarch64