Skip to content

Commit 55c8833

Browse files
mdvaccafacebook-github-bot
authored andcommitted
Bump Android compileSdkVersion and targetSdkVersion to 30
Summary: Bump Android compileSdkVersion and targetSdkVersion to 30 changelog: [Android][Changed] Bump Android compileSdkVersion and targetSdkVersion from 29 to 30 Reviewed By: ShikaSD Differential Revision: D26470604 fbshipit-source-id: ffd490f6e547d16f9832ec46cf7bd2c0689aba96
1 parent 2ee5db0 commit 55c8833

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.circleci/config.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -617,7 +617,7 @@ jobs:
617617
environment:
618618
- ANDROID_HOME: "C:\\Android\\android-sdk"
619619
- ANDROID_NDK: "C:\\Android\\android-sdk\\ndk\\20.1.5948944"
620-
- ANDROID_BUILD_VERSION: 28
620+
- ANDROID_BUILD_VERSION: 30
621621
- ANDROID_TOOLS_VERSION: 29.0.3
622622
- GRADLE_OPTS: -Dorg.gradle.daemon=false
623623
- NDK_VERSION: 20.1.5948944

ReactAndroid/build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -378,7 +378,7 @@ task extractJNIFiles {
378378
}
379379

380380
android {
381-
compileSdkVersion 29
381+
compileSdkVersion 30
382382
ndkVersion ANDROID_NDK_VERSION
383383
compileOptions {
384384
sourceCompatibility(JavaVersion.VERSION_1_8)

template/android/build.gradle

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ buildscript {
44
ext {
55
buildToolsVersion = "29.0.3"
66
minSdkVersion = 21
7-
compileSdkVersion = 29
8-
targetSdkVersion = 29
7+
compileSdkVersion = 30
8+
targetSdkVersion = 30
99
ndkVersion = "20.1.5948944"
1010
}
1111
repositories {

0 commit comments

Comments
 (0)