Bump Android compileSdkVersion and targetSdkVersion to 30 (#31078)

Summary:
## Summary

Bump Android compileSdkVersion and targetSdkVersion to 30

## Changelog

[Android][Changed] Bump Android compileSdkVersion and targetSdkVersion from 29 to 30

Pull Request resolved: https://github.com/facebook/react-native/pull/31078

Test Plan: Circle CI and Sandcastle

Reviewed By: mdvacca

Differential Revision: D26765188

Pulled By: hramos

fbshipit-source-id: a971641cea4860df58ce6e9b0f14405bfc4e0979
This commit is contained in:
Héctor Ramos
2021-03-02 16:40:48 -08:00
committed by Facebook GitHub Bot
parent be7f057bac
commit 6ccd0cdebb
6 changed files with 8 additions and 8 deletions
+1 -1
View File
@@ -378,7 +378,7 @@ task extractJNIFiles {
}
android {
compileSdkVersion 29
compileSdkVersion 30
ndkVersion ANDROID_NDK_VERSION
compileOptions {
sourceCompatibility(JavaVersion.VERSION_1_8)