mirror of
https://github.com/facebook/react-native.git
synced 2024-11-22 06:29:46 +00:00
9d00d4d5bb
Summary: This PR is bumping compileSdkVersion to 28, buildToolsVersion to 28.0.2, Gradle to 4.7, Android Gradle plugin to 3.2.0. Gradle 4.7 added support for Java 10 and 11. allow-large-files Release Notes: -------------- [ANDROID] [ENHANCEMENT] [SDK] - bump to 28 Pull Request resolved: https://github.com/facebook/react-native/pull/21632 Reviewed By: mdvacca Differential Revision: D13084836 Pulled By: hramos fbshipit-source-id: e0f493881e80e87faf8c3ef1ac77044495966a49
14 lines
239 B
Plaintext
14 lines
239 B
Plaintext
|
|
[android]
|
|
target = android-28
|
|
|
|
[download]
|
|
max_number_of_retries = 3
|
|
|
|
[maven_repositories]
|
|
central = https://repo1.maven.org/maven2
|
|
google = https://dl.google.com/dl/android/maven2/
|
|
|
|
[alias]
|
|
rntester = //RNTester/android/app:app
|