diff --git a/native/android/build.gradle b/native/android/build.gradle --- a/native/android/build.gradle +++ b/native/android/build.gradle @@ -2,10 +2,10 @@ buildscript { ext { - buildToolsVersion = "33.0.0" + buildToolsVersion = "34.0.0" minSdkVersion = 23 - 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 ndkVersion = "24.0.8215888" diff --git a/native/expo-modules/comm-expo-package/android/build.gradle b/native/expo-modules/comm-expo-package/android/build.gradle --- a/native/expo-modules/comm-expo-package/android/build.gradle +++ b/native/expo-modules/comm-expo-package/android/build.gradle @@ -59,7 +59,7 @@ } android { - compileSdkVersion safeExtGet("compileSdkVersion", 33) + compileSdkVersion safeExtGet("compileSdkVersion", 34) compileOptions { sourceCompatibility JavaVersion.VERSION_11 @@ -72,7 +72,7 @@ defaultConfig { minSdkVersion safeExtGet("minSdkVersion", 23) - targetSdkVersion safeExtGet("targetSdkVersion", 33) + targetSdkVersion safeExtGet("targetSdkVersion", 34) versionCode 1 versionName "0.1.0" }