Skip to content

Commit c7efd5b

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: JoshuaGross Differential Revision: D26445966 fbshipit-source-id: 54c7b2dfff88cf2405fd66b3440a03f11de2304f
1 parent eae7e97 commit c7efd5b

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

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)