mirror of
https://github.com/facebook/react-native.git
synced 2024-11-22 06:29:46 +00:00
6ccd0cdebb
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
15 lines
275 B
Plaintext
15 lines
275 B
Plaintext
|
|
[android]
|
|
target = android-30
|
|
|
|
[download]
|
|
max_number_of_retries = 3
|
|
|
|
[maven_repositories]
|
|
central = https://repo1.maven.org/maven2
|
|
google = https://maven.google.com/
|
|
jcenter = https://jcenter.bintray.com/
|
|
|
|
[alias]
|
|
rntester = //packages/rn-tester/android/app:app
|