Page Menu
Home
Phabricator
Search
Configure Global Search
Log In
Files
F3368294
D13251.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
1 KB
Referenced Files
None
Subscribers
None
D13251.diff
View Options
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"
}
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Tue, Nov 26, 7:09 PM (18 h, 10 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
2585852
Default Alt Text
D13251.diff (1 KB)
Attached To
Mode
D13251: [native] Bump Android target SDK version to 34
Attached
Detach File
Event Timeline
Log In to Comment